1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-13 12:22:55 +03:00

Clean up header for uniform appearance throughout tests.

This commit is contained in:
Thomas G. Lockhart
2000-01-06 06:41:55 +00:00
parent 67ac38085c
commit d1e6368816
24 changed files with 54 additions and 35 deletions

View File

@@ -1,6 +1,8 @@
--
-- test the random function
-- RANDOM
-- Test the random function
--
-- count the number of tuples originally
SELECT count(*) FROM onek;