Make SHOW command subqueriable? - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Make SHOW command subqueriable?
Date
Msg-id 400748E2.6050108@familyhealth.com.au
Whole thread Raw
Responses Re: Make SHOW command subqueriable?  (Kris Jurka <books@ejurka.com>)
List pgsql-hackers
Is this a neat idea?

SELECT * FROM (SHOW ALL);

eg.

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

etc.

Chris



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Using storage MAIN
Next
From: Kris Jurka
Date:
Subject: Re: Make SHOW command subqueriable?