From e90b841915b5ea295af4c3863ddcf834c85a82f6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 12 Sep 2003 00:12:47 +0000 Subject: More cleanup of Diagnostics sections. --- doc/src/sgml/ref/delete.sgml | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'doc/src/sgml/ref/delete.sgml') diff --git a/doc/src/sgml/ref/delete.sgml b/doc/src/sgml/ref/delete.sgml index fea6a268ab..c0a58bd7ff 100644 --- a/doc/src/sgml/ref/delete.sgml +++ b/doc/src/sgml/ref/delete.sgml @@ -1,5 +1,5 @@ @@ -52,7 +52,7 @@ DELETE FROM [ ONLY ] table [ WHERE You must have the DELETE privilege on the table to delete from it, as well as the SELECT - privilege to any table whose values are read in the condition. @@ -84,22 +84,20 @@ DELETE FROM [ ONLY ] table [ WHERE - Diagnostics + Outputs - - - DELETE count - - - Message returned if rows are successfully deleted. The - count is the number - of rows deleted. If count is 0, no rows were - deleted. - - - - + + On successful completion, a DELETE command returns a command + tag of the form + +DELETE count + + The count is the number + of rows deleted. If count is + 0, no rows matched the condition (this is not considered + an error). + -- cgit v1.2.1