mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
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).
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user