pgsql: Fix thinko in ALTER FOREIGN TABLE documentation.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in ALTER FOREIGN TABLE documentation.
Date: 2011-01-25 22:56:34
Message-ID: E1PhroQ-0007VH-3j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in ALTER FOREIGN TABLE documentation.

Noah Misch

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=558d1c95ae6afb8728f70a150c593f7e7aa5fac1

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-25 23:39:58 pgsql: Remove old claim that ExclusiveLock is sometimes taken on system
Previous Message Tom Lane 2011-01-25 22:52:31 pgsql: Replace pg_class.relhasexclusion with pg_index.indisexclusion.