aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2018-02-23 11:24:04 -0800
committerNoah Misch <noah@leadboat.com>2018-02-23 11:24:07 -0800
commit14bd9bcd54bc9618f89cf38d3c1c641bb93729a0 (patch)
tree3bd55c8e9ea45526214854345dc0596cad15974c /src
parentc458970ad5eabc3c8e600a28ed61b797c3b41bd4 (diff)
downloadpostgresql-14bd9bcd54bc9618f89cf38d3c1c641bb93729a0.tar.gz
postgresql-14bd9bcd54bc9618f89cf38d3c1c641bb93729a0.zip
Synchronize doc/ copies of src/test/examples/.
This is mostly cosmetic, but it might fix build failures, on some platform, when copying from the documentation. Back-patch to 9.3 (all supported versions).
Diffstat (limited to 'src')
-rw-r--r--src/test/examples/testlibpq2.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/examples/testlibpq2.sql b/src/test/examples/testlibpq2.sql
index fb7d3535073..1686c3ed0df 100644
--- a/src/test/examples/testlibpq2.sql
+++ b/src/test/examples/testlibpq2.sql
@@ -3,4 +3,4 @@ CREATE TABLE TBL1 (i int4);
CREATE TABLE TBL2 (i int4);
CREATE RULE r1 AS ON INSERT TO TBL1 DO
-(INSERT INTO TBL2 VALUES (new.i); NOTIFY TBL2);
+ (INSERT INTO TBL2 VALUES (new.i); NOTIFY TBL2);