Fix psql to support \dec command, which shows list of foreign table
authorShigeru Hanada <hanada@metrosystems.co.jp>
Fri, 3 Jun 2011 06:40:27 +0000 (15:40 +0900)
committerShigeru Hanada <shigeru.hanada@gmail.com>
Mon, 20 Jun 2011 04:32:02 +0000 (13:32 +0900)
commit148fd0dc6d2987a32ecc4c32e6ba9dbe33c0e5ca
treefc136fe69c4d9397bda84c20bd0800575ac01bdc
parent94c85ba3e7d4cafc53dead7b80804df99d7727ea
Fix psql to support \dec command, which shows list of foreign table
columns.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/describe.c
src/bin/psql/describe.h
src/bin/psql/help.c