1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Clean up directory to compile and run on my Linux box at least.

Note that there is some trouble with inconsistant input/output formats.
This commit is contained in:
Thomas G. Lockhart
2000-04-07 13:28:37 +00:00
parent 71b4790b6d
commit b2096a5512
5 changed files with 83 additions and 137 deletions

View File

@ -1,4 +1,4 @@
create table bit_example (a bits, b bits);
create table bit_example (a bit, b bit);
copy bit_example from stdin;
X0F X10
X1F X11