mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Implement type regcollation
This will be helpful for a following commit and it's also just generally useful, like the other reg* types. Author: Julien Rouhaud Reviewed-by: Thomas Munro and Michael Paquier Discussion: https://postgr.es/m/CAEepm%3D0uEQCpfq_%2BLYFBdArCe4Ot98t1aR4eYiYTe%3DyavQygiQ%40mail.gmail.com
This commit is contained in:
@@ -774,6 +774,7 @@ psql --username=postgres --file=script.sql postgres
|
||||
<application>pg_upgrade</application> does not support upgrading of databases
|
||||
containing table columns using these <type>reg*</type> OID-referencing system data types:
|
||||
<simplelist>
|
||||
<member><type>regcollation</type></member>
|
||||
<member><type>regconfig</type></member>
|
||||
<member><type>regdictionary</type></member>
|
||||
<member><type>regnamespace</type></member>
|
||||
|
Reference in New Issue
Block a user