refactor: self relationship
* Add test for self relationship in view
This commit is contained in:
committed by
Steve Chavez
parent
c60380b5fc
commit
2be63b36d6
Vendored
+4
@@ -771,3 +771,7 @@ INSERT INTO test.xmltest VALUES
|
||||
|
||||
TRUNCATE TABLE test.oid_test CASCADE;
|
||||
INSERT INTO oid_test(id, oid_col, oid_array_col) VALUES (1, '12345', '{1,2,3,4,5}'::oid[]);
|
||||
|
||||
TRUNCATE TABLE private.internal_job CASCADE;
|
||||
INSERT INTO private.internal_job (id, parent_id) VALUES (1, null);
|
||||
INSERT INTO private.internal_job (id, parent_id) VALUES (2, 1);
|
||||
|
||||
Reference in New Issue
Block a user