From: tomo Date: Thu, 22 Aug 2002 16:31:53 +0000 (+0000) Subject: XEmacs 21.2.47 (Zephir). X-Git-Tag: r21-2-47^3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FXEmacs_21_2;p=chise%2Fxemacs-chise.git- XEmacs 21.2.47 (Zephir). --- diff --git a/info/lispref.info-43 b/info/lispref.info-43 index 18337d7..b8fb196 100644 --- a/info/lispref.info-43 +++ b/info/lispref.info-43 @@ -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');")) => # (pq-cmd-status R) => "INSERT 542086 1"