From da27155c6b79e84f29bd71eab662b23f3da970e8 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Fri, 23 Feb 2018 11:24:04 -0800 Subject: 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). --- src/test/examples/testlibpq2.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3