Re: psql's \l

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: psql's \l
Date: 2004-08-18 01:18:25
Message-ID: 4122AE61.8010301@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-08-18 01:23:30 Re: tablespace and sequences?
Previous Message Alvaro Herrera 2004-08-18 00:55:08 Re: Does psql use nested transactions?