1
0
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:
Bruce Momjian
2014-05-14 16:26:06 -04:00
parent b23b0f5588
commit bb797b6404
4 changed files with 97 additions and 3 deletions

View File

@ -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>