1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Totally forgot to add these files...

This commit is contained in:
Marc G. Fournier
1998-02-17 01:43:04 +00:00
parent 067cb82d6a
commit 30f737f6b1
4 changed files with 645 additions and 0 deletions

View File

@ -0,0 +1,8 @@
create table meskes(name char8, born int4);
insert into meskes(name, born) values ('Petra', 19661202);
insert into meskes(name, born) values ('Michael', 19660117);
insert into meskes(name, born) values ('Carsten', 19910103);
insert into meskes(name, born) values ('Marc', 19930907);
insert into meskes(name, born) values ('Chris', 19970923);