Re: show() function - Mailing list pgsql-patches

From Rod Taylor
Subject Re: show() function
Date
Msg-id 1026697671.30427.202.camel@jester
Whole thread Raw
In response to Re: show() function  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
The below type of functionality build in could make life of applications
like phppgadmin and pgAdmin a touch easier.

That said, ODBC and libpq may be easily taught that it can treat SHOW
results like SELECT results.


> test=# select * from show_all_vars();
>              varname            |                varval
> -------------------------------+---------------------------------------
>   australian_timezones          | off
>   authentication_timeout        | 60
>   checkpoint_segments           | 3





pgsql-patches by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: show() function
Next
From: Bruce Momjian
Date:
Subject: Re: CLUSTER patch