pgsql: Corrections to ALTER FOREIGN TABLE documentation.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Corrections to ALTER FOREIGN TABLE documentation.
Date: 2011-06-12 04:19:23
Message-ID: E1QVc8x-0000l7-FY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Corrections to ALTER FOREIGN TABLE documentation.

Shigeru Hanada, with a minor grammar correction.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/25271323d434e3bdba2ad302d207f1d8f3fb234b

Modified Files
--------------
doc/src/sgml/ref/alter_foreign_table.sgml | 17 +++++++----------
1 files changed, 7 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-06-12 20:00:12 pgsql: Remove now-unnecessary casts.
Previous Message Robert Haas 2011-06-12 04:09:37 pgsql: Code cleanup for InitProcGlobal.