From 9951b43e1a43ec81a32d2a21cc76863f3b4c2932 Mon Sep 17 00:00:00 2001 From: asfernandes Date: Fri, 10 Sep 2010 01:59:03 +0000 Subject: [PATCH] Fixed doc. mismatch reported by Paul Vinkenoog --- doc/sql.extensions/README.update_or_insert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sql.extensions/README.update_or_insert b/doc/sql.extensions/README.update_or_insert index 5429ebdb37..2e22a8b2ef 100644 --- a/doc/sql.extensions/README.update_or_insert +++ b/doc/sql.extensions/README.update_or_insert @@ -12,7 +12,7 @@ UPDATE OR INSERT statement UPDATE OR INSERT INTO [()] VALUES () [MATCHING ()] - [RETURNING [INTO ]] + [RETURNING [INTO ]] Scope: DSQL, PSQL