Re: Aggregate function capability with \d in psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pascal Polleunus <ppo(at)beeznest(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Aggregate function capability with \d in psql
Date: 2004-03-04 16:47:48
Message-ID: 26754.1078418868@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Pascal Polleunus <ppo(at)beeznest(dot)net> writes:
> Wouldn't it be useful to have the ability to execute aggregate functions
> with the \d command ?

Use the information_schema if you want to write queries about this
information.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Phil Campaigne 2004-03-04 17:11:10 Setting up Postgresql on Linux
Previous Message Bruce Momjian 2004-03-04 16:33:12 Re: Enable/Disable triggers