Re: Make SHOW command subqueriable?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Make SHOW command subqueriable?
Date: 2004-01-16 02:22:26
Message-ID: Pine.LNX.4.33.0401152121390.8998-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 16 Jan 2004, Christopher Kings-Lynne wrote:

> Is this a neat idea?
>
> SELECT * FROM (SHOW ALL);

So neat in fact that it has been implemented.

SELECT * FROM pg_settings;

Kris Jurka

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-01-16 02:32:30 Re: Using storage MAIN
Previous Message Christopher Kings-Lynne 2004-01-16 02:13:54 Make SHOW command subqueriable?