From aae70b2dca2de4b0aa7f81a210b86626ef2e081e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 16 Apr 2000 15:46:40 +0000 Subject: more psql bug squashing: \copy without arguments failed commands with too many arguments were too silent --- doc/src/sgml/ref/psql-ref.sgml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 1a65ddaeee9..77a2ae8f916 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -443,16 +443,12 @@ testdb=> - \do [ pattern ] + \do [ name ] Lists available operators with their operand and return types. - If pattern + If name is specified, only operators with that name will be shown. - (Since this is a regular expression, be sure to quote all special - characters in you operator name with backslashes. To prevent - interpretation of the backslash as a new command, you might also - wish to quote the argument.) -- cgit v1.2.3