Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e1e599

Browse files
committed
doc: Clarify pg_upgrade documentation
Clarify that the restriction against reg* types only applies to tablecolumns using these types, not to the type appearing in any other way,for example as a function argument.
1 parentab9f2c4 commit1e1e599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ psql --username=postgres --file=script.sql postgres
682682

683683
<para>
684684
<application>pg_upgrade</application> does not support upgrading of databases
685-
containing these <type>reg*</type> OID-referencing system data types:
685+
containingtable columns usingthese <type>reg*</type> OID-referencing system data types:
686686
<type>regproc</type>, <type>regprocedure</type>, <type>regoper</type>,
687687
<type>regoperator</type>, <type>regconfig</type>, and
688688
<type>regdictionary</type>. (<type>regtype</type> can be upgraded.)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp