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
pgsql-committers by date
| Next: | From: Peter Eisentraut | Date: 2011-05-05 20:19:42 |
| Subject: pgsql: Improve formatting of pg_upgrade --help output |
| Previous: | From: Bruce Momjian | Date: 2011-05-05 16:49:25 |
| Subject: pgsql: Improve style of generate_history.pl Perl script. |