mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
pg_upgrade: error out on 'line' data type usage
The data type internal format changed in 9.4. Also mention this in the 9.4 release notes.
This commit is contained in:
@ -1262,7 +1262,8 @@
|
||||
<para>
|
||||
The line <emphasis>segment</> data type (<link
|
||||
linkend="datatype-lseg"><type>LSEG</></link>) has always been
|
||||
fully supported.
|
||||
fully supported. The previous <type>line</> data type (enabled
|
||||
only via a compile-time option) is not binary or dump-compatible.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
Reference in New Issue
Block a user