check if database is correctly created

Поиск
Список
Период
Сортировка
От Alain Roger
Тема check if database is correctly created
Дата
Msg-id 75645bbb0708150108q4511850cifb0e6e9fc3d01489@mail.gmail.com
обсуждение исходный текст
Ответы Re: check if database is correctly created
Re: check if database is correctly created
Список pgsql-general
Hi,
 
i would like to check (via PHP or C#) if my database has been correctly created.
for that i use the following SQL :
select * from pg_tables where tablename = 'xxx' AND schemaname = 'yyy';
this i repeat till i check all tables.
 
But how to check sequences, index, functions, and so on ?
 
thanks a lot,

--
Alain
------------------------------------
Windows XP SP2
PostgreSQL 8.2.3
Apache 2.2.4
PHP 5.2.3

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

Предыдущее
От: Hannes Dorbath
Дата:
Сообщение: Re: Persistent connections in PHP
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: check if database is correctly created