Re: show() function

From: Rod Taylor <rbt(at)zort(dot)ca>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: show() function
Date: 2002-07-15 01:47:38
Message-ID: 1026697671.30427.202.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-07-15 01:47:44 Re: show() function
Previous Message Joe Conway 2002-07-15 01:43:12 Re: show() function