Make SHOW command subqueriable?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Make SHOW command subqueriable?
Date: 2004-01-16 02:13:54
Message-ID: 400748E2.6050108@familyhealth.com.au
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is this a neat idea?

SELECT * FROM (SHOW ALL);

eg.

SELECT * FROM tab WHERE character_length(f) > (SHOW block_size);

etc.

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kris Jurka 2004-01-16 02:22:26 Re: Make SHOW command subqueriable?
Previous Message Christopher Kings-Lynne 2004-01-16 02:12:20 Using storage MAIN