Yurttas/PL/DBL/postgres/F/01/PR/02/P-ins.sql

 1/*
 2REM
 3REM
 4REM P-ins.sql
 5REM
 6REM
 7*/
 8
 9SELECT current_schema();
10SET search_path to "pr-02";
11
12INSERT INTO P
13  VALUES('a1', 'b1');
14
15INSERT INTO P
16  VALUES('a2', 'b1');
17
18INSERT INTO P
19  VALUES('a3', 'b2');