pgsql: Clarify error message when attempting to create index on foreign

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify error message when attempting to create index on foreign
Date: 2011-05-05 19:48:07
Message-ID: E1QI4Wt-00081a-Bo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-05-05 20:19:42 pgsql: Improve pg_archivecleanup and pg_standby --help output
Previous Message Bruce Momjian 2011-05-05 16:49:25 pgsql: Improve style of generate_history.pl Perl script.