diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 42e862cf17..d9a2920910 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -985,7 +985,8 @@ testdb=>
\copy { table [ ( column_list ) ] | ( query ) }
{ from | to }
{ 'filename' | program 'command' | stdin | stdout | pstdin | pstdout }
- [ [ with ] ( option [, ...] ) ]
+ [ [ with ] ( option [, ...] ) ]
+ [ where condition ]