Re: Reg: sql commands

Поиск
Список
Период
Сортировка
От Stef
Тема Re: Reg: sql commands
Дата
Msg-id 20050922125427.1e60e1df@svb.ucs.co.za
обсуждение исходный текст
Ответ на Re: Reg: sql commands  ("sandhya" <sandhyar@amiindia.co.in>)
Список pgsql-admin
sandhya mentioned :
=> No...What i need is...
=> I want to know the equivalent sql queries for \l and \dt commands in order
=> to list the databases and tables.
=> I want to do it through programming

From the psql man-page :
-E

--echo-hidden
       Echoes the actual queries generated by \d  and  other  backslash
       commands.  You can use this if you wish to include similar func-
       tionality into your own programs. This is equivalent to  setting
       the variable ECHO_HIDDEN from within psql.

If this is not _exactly_ what you need, then you're not exactly
explaining what you're trying to do :)

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

Предыдущее
От: "sandhya"
Дата:
Сообщение: Re: Reg: sql commands
Следующее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Is pgdump_all == pg_dumpall -g + pg_dump of individual databases ?