OSDN Git Service

Clean up syntax to use SQL92-ish type coersion
authorThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 4 Jan 2000 16:21:02 +0000 (16:21 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 4 Jan 2000 16:21:02 +0000 (16:21 +0000)
commit61ef6a1a3fdbe526c105a74f09f1468b79de66e6
tree7cbee44fd777851b0dad07261eee5f18d90cbc9e
parentf54668d6179efdb4476b4f08d987f4ca7b10b303
Clean up syntax to use SQL92-ish type coersion
 rather than the Postgres "::" notation.
All of these tests have been completely inspected and give correct results.
src/test/regress/sql/boolean.sql
src/test/regress/sql/char.sql
src/test/regress/sql/float4.sql
src/test/regress/sql/float8.sql
src/test/regress/sql/int2.sql
src/test/regress/sql/int4.sql
src/test/regress/sql/int8.sql
src/test/regress/sql/name.sql
src/test/regress/sql/oid.sql
src/test/regress/sql/text.sql
src/test/regress/sql/varchar.sql