This commit is contained in:
marcel-tomes 2021-11-30 13:44:47 +01:00 committed by Christoph Berg
parent 3047c9afe1
commit a8512e60fa

View File

@ -601,12 +601,12 @@ Texts::
Binary::
type binary to bytea using byte-vecotr-to-bytea
type varbinary to bytea using byte-vecotr-to-bytea
type tinyblob to bytea using byte-vecotr-to-bytea
type blob to bytea using byte-vecotr-to-bytea
type mediumblob to bytea using byte-vecotr-to-bytea
type longblob to bytea using byte-vecotr-to-bytea
type binary to bytea using byte-vector-to-bytea
type varbinary to bytea using byte-vector-to-bytea
type tinyblob to bytea using byte-vector-to-bytea
type blob to bytea using byte-vector-to-bytea
type mediumblob to bytea using byte-vector-to-bytea
type longblob to bytea using byte-vector-to-bytea
Date::