Re: postgres 7.0.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tim Perdue <tim(at)sourceforge(dot)net>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)hub(dot)org
Subject: Re: postgres 7.0.2
Date: 2000-08-22 15:54:49
Message-ID: 7161.966959689@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> What would it take for you to map "show databases" to get that same
> output? Same for "show tables" and "describe tbl_name". I think these
> are standard SQL conventions which would be helpful for a lot of people.

I don't see anything about such commands in the spec ;-). These things
strike me as user-interface operations rather than something the backend
ought to provide on its own.

I am a bit surprised to note that psql doesn't seem to have any
backslash command for listing databases. Peter, what do you think?
Maybe "\db", seeing that \dd is already taken?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dominic J. Eidson 2000-08-22 16:11:32 Re: postgres 7.0.2
Previous Message Tim Perdue 2000-08-22 15:49:49 Re: postgres 7.0.2