pgsql: Clarify error message when attempting to create index on foreign - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Clarify error message when attempting to create index on foreign
Date
Msg-id E1QI4Wt-00081a-Bo@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Clarify error message when attempting to create index on foreign
List pgsql-committers
Clarify error message when attempting to create index on foreign table

Instead of just saying "is not a table", specifically state that
indexes aren't supported on *foreign* tables.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d76a149c955a6525c8d42425c57e32d74d2c2eed

Modified Files
--------------
src/backend/commands/indexcmds.c |   20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Improve style of generate_history.pl Perl script.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Improve pg_archivecleanup and pg_standby --help output