Re: show() function

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Joe Conway" <mail(at)joeconway(dot)com>, "Rod Taylor" <rbt(at)zort(dot)ca>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: show() function
Date: 2002-07-15 01:47:44
Message-ID: GNELIHDDFBOCMGBFGEFOKECBCDAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> Rod Taylor wrote:
> >>test=# show all;
> >> name | setting
> >>-------------------------------+---------------------------------------
> >> australian_timezones | off
> >> authentication_timeout | 60
> >
> >
> >
> > Does this mean I could capture the output? I.e. Does anything special
> > need to happen to have JDBC and friends return a vector with the info?

This will be very useful for phpPgAdmin, as it means we can show server
config like MySQL can.

Out of interest: of what type are the name and setting columns?

Chris

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-07-15 01:53:25 Re: CLUSTER patch
Previous Message Rod Taylor 2002-07-15 01:47:38 Re: show() function