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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
