Few questions

Поиск
Список
Период
Сортировка
От Joep deVocht
Тема Few questions
Дата
Msg-id 3C5B0868.2064509@masktools.com
обсуждение исходный текст
Ответы Re: Few questions
Re: Few questions
Список pgsql-general
Hi,

I have a few questions. I read through the docs but didn't
seem to find the answers.

SQL:

- Is it possible to check whether a table exists?
  (I have a script in which I need to delete tables when they exist.
   And I don't want the error-message when I simply delete it)

- Id there a call to retrieve all table names?

Interface:

- I'm using large objects. What I see is that if I create a large object
  and then delete it again later (which will happen often), the large
object id
  (loid) keeps increasing. This worries me a bit since I don't know
what's going to
   happen when that variable hit MAXINT or something similar.
  Is there a way to reset the loid?

Many thanx in advance.

Joep de Vocht.

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: select + PQnotifies
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: Few questions