mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 00:07:00 +02:00
Fix typo
This commit is contained in:
parent
3047c9afe1
commit
a8512e60fa
@ -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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user