Re: BUG #14164: Postgres allow to insert more data into field than this field allow - Mailing list pgsql-bugs

From KES
Subject Re: BUG #14164: Postgres allow to insert more data into field than this field allow
Date
Msg-id 654401464632918@web7o.yandex.ru
Whole thread Raw
In response to Re: BUG #14164: Postgres allow to insert more data into field than this field allow  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #14164: Postgres allow to insert more data into field than this field allow
List pgsql-bugs
To my mind, postgres should not rely on third party code and write broken data to the disk.
I suppose this may override other records (even those the user have no access) which are stored close to this broken
oneif data in the 'text' field of mysql are large enough. 

And, yes, mysql_fdw, should also do checks for data constistency

30.05.2016, 20:10, "Tom Lane" <tgl@sss.pgh.pa.us>:
> 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #14164: Postgres allow to insert more data into field than this field allow
Next
From: "David G. Johnston"
Date:
Subject: Re: BUG #14164: Postgres allow to insert more data into field than this field allow