Re: Comments on SQL/Med objects
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Shigeru HANADA <hanada@metrosystems.co.jp>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Guillaume Lelarge <guillaume@lelarge.info>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-04-01T17:17:26Z
Lists: 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