Re: Comments on SQL/Med objects - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Comments on SQL/Med objects
Date
Msg-id AANLkTikOmToiUCJJNg=7eGGG6fzoGaFD_TH5Ps=-2pM7@mail.gmail.com
Whole thread Raw
In response to Re: Comments on SQL/Med objects  (Shigeru HANADA <hanada@metrosystems.co.jp>)
List pgsql-hackers
On Fri, Apr 1, 2011 at 9:40 AM, Shigeru HANADA
<hanada@metrosystems.co.jp> wrote:
>  - pg_dump support for comment on fdw and server

Applied, good catch, thanks.

>  - psql describe commands (\dew+ and \des+)

Not sure if we want this behavior change or not.  Any other opinions?
It doesn't look like there's any particular consistency in terms of
which backslash commands include a description always (e.g. \dT),
which ones include it only when + is specified (e.g. \dt), and which
don't include it at all (e.g. \dc).

>  - psql TAB completion

Committed this also.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Christopher Browne
Date:
Subject: Re: Should psql support URI syntax?
Next
From: "Kevin Grittner"
Date:
Subject: Re: trivial patch: show SIREAD pids in pg_locks