XEmacs 21.2.47 (Zephir). XEmacs_21_2
authortomo <tomo>
Thu, 22 Aug 2002 16:31:53 +0000 (16:31 +0000)
committertomo <tomo>
Thu, 22 Aug 2002 16:31:53 +0000 (16:31 +0000)
info/lispref.info-43

index 18337d7..b8fb196 100644 (file)
@@ -344,8 +344,8 @@ PGresult object.
  - Function: pq-cmd-status result
      Return a summary string from the query.  RESULT is a PGresult
      object.
-          (pq-exec P "INSERT INTO xemacs_test
-                      VALUES (6, 'Wakanohana', 'Yokozuna');")
+          (setq R (pq-exec P "INSERT INTO xemacs_test
+                             VALUES (6, 'Wakanohana', 'Yokozuna');"))
                => #<PGresult PGRES_COMMAND_OK[1] - INSERT 542086 1>
           (pq-cmd-status R)
                => "INSERT 542086 1"