Re: BUG #14164: Postgres allow to insert more data into field than this field allow

Поиск
Список
Период
Сортировка
kes-kes@yandex.ru writes:
> Because of type of column of source and destination tables are equal
> postgres does not check actual data so very long data at text field of mysql
> database is inserted into limited field at postgres DB.

I would say this is a bug in mysql_fdw, not Postgres proper.  In general
it's the responsibility of an FDW to ensure that data it passes back
meets the constraints of the foreign table declaration.

            regards, tom lane

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

Предыдущее
От: mtmayr@mtmayr.com
Дата:
Сообщение: BUG #14165: jdbc driver version 9.4
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #14164: Postgres allow to insert more data into field than this field allow