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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Clarify error message when attempting to create index on foreign
Дата
Msg-id E1QI4Wt-00081a-Bo@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Clarify error message when attempting to create index on foreign  (Alvaro Herrera <alvherre@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Improve style of generate_history.pl Perl script.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Improve pg_archivecleanup and pg_standby --help output