bug? import foreign schema forgets to import column description

Поиск
Список
Период
Сортировка
От Erik Rijkers
Тема bug? import foreign schema forgets to import column description
Дата
Msg-id 8559bf1458507bad8b7cc026dd610cf1@xs4all.nl
обсуждение исходный текст
Ответы Re: bug? import foreign schema forgets to import column description  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi all,

Using  IMPORT FOREIGN SCHEMA  I notice that the column descriptions of 
the remote tables are not taken along to the imported schema.  I am 
usgin postgres_fdw to 'import' a schema with foreign tables (but the 
same omission happens with ordinary tables as well).

This is a bug, no?  Surely the description strings  should be available 
at the receiving end.

Do you agree this is an oversight that should be fixed?


thanks,


Erik Rijkers




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Proposal: Local indexes for partitioned table
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Add parallel-aware hash joins.