diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-11-13 12:53:03 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-11-13 12:53:03 -0500 |
commit | acc95f29efd4f8aa60eb72a838bfd3c979fb1c5b (patch) | |
tree | 45c7c71795dafbdd9b0b8b9fad17eaab848aaa30 /doc/src | |
parent | 103ed24e311770510e2faf56a24cb27d297219de (diff) | |
download | postgresql-acc95f29efd4f8aa60eb72a838bfd3c979fb1c5b.tar.gz postgresql-acc95f29efd4f8aa60eb72a838bfd3c979fb1c5b.zip |
Add error about the use of FREEZE in COPY TO
Also clarify some other error wording.
Reported-by: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20220802.133046.1941977979333284049.horikyota.ntt@gmail.com
Backpatch-through: master
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/copy.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index d12ba96497a..18ecc69c337 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -224,6 +224,7 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable open and there are no older snapshots held by this transaction. It is currently not possible to perform a <command>COPY FREEZE</command> on a partitioned table. + This option is only allowed in <command>COPY FROM</command>. </para> <para> Note that all other sessions will immediately be able to see the data |