Re: psql's \l

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: psql's \l
Дата
Msg-id 4122AE61.8010301@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: psql's \l  (Devrim GUNDUZ <devrim@gunduz.org>)
Список pgsql-hackers
>>>I'd like to hack it for them but I don't know where \l is called and
>>>defined. Could someone point me where the code is?
>>
>>src/bin/psql$ grep pg_database *.c

Probably in describe.c

Erm, but what stops them from going:

SELECT * FROM pg_database;

Chris


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Does psql use nested transactions?
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: tablespace and sequences?