1
0
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:
Noah Misch
2018-02-23 11:24:04 -08:00
parent c458970ad5
commit 14bd9bcd54
2 changed files with 15 additions and 2 deletions

View File

@ -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);