Re: psql's \l - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: psql's \l
Date
Msg-id 4122AE61.8010301@familyhealth.com.au
Whole thread Raw
In response to Re: psql's \l  (Devrim GUNDUZ <devrim@gunduz.org>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Does psql use nested transactions?
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: tablespace and sequences?