psql commands for SQL/MED

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: psql commands for SQL/MED
Date: 2008-12-12 11:58:15
Message-ID: 494251D7.2080602@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The current proposed patch allocates the following psql \d commands:

\dw show foreign-data wrappers
\dr show foreign servers
\dm show user mappings

One might object that this allocates valuable letters for infrequently
used functionality.

In an idle second I thought, how about F for "foreign", but of course
\dF* is already used for full-text search. We could overload the F, but
it might be weird.

Other ideas?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavan Deolasee 2008-12-12 12:11:48 Re: visibility maps
Previous Message Robert Haas 2008-12-12 11:44:21 Re: benchmarking the query planner