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:
@ -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
|
||||
|
Reference in New Issue
Block a user