mirror of
https://github.com/postgres/postgres.git
synced 2025-11-26 23:43:30 +03:00
Postgres95 1.01 Distribution - Virgin Sources
This commit is contained in:
6
src/test/examples/testlibpq3.sql
Normal file
6
src/test/examples/testlibpq3.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE test1 (i int4, d float4, p polygon);
|
||||
|
||||
INSERT INTO test1 values (1, 3.567, '(3.0, 4.0, 1.0, 2.0)'::polygon);
|
||||
|
||||
INSERT INTO test1 values (2, 89.05, '(4.0, 3.0, 2.0, 1.0)'::polygon);
|
||||
|
||||
Reference in New Issue
Block a user