From: | Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | regression in CVS HEAD |
Date: | 2002-04-15 19:07:19 |
Message-ID: | 20020415150719.763495a0.nconway@klamath.dyndns.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi all,
I'm seeing this on a fresh build from CVS:
$ ./configure && make && make check
...
$ cd src/test/regress/tmp_check
$ ./install/tmp/pgsql/bin/postgres -D data regression
LOG: database system was shut down at 2002-04-15 15:03:58 EDT
LOG: checkpoint record is at 0/160368C
LOG: redo record is at 0/160368C; undo record is at 0/0; shutdown TRUE
LOG: next transaction id: 4551; next oid: 139771
LOG: database system is ready
POSTGRES backend interactive interface
$Revision: 1.260 $ $Date: 2002/03/24 04:31:07 $
backend> create table foo (c1 int);
ERROR: invalid relation "foo"; system catalog modifications are currently disallowed
backend> create schema x;
backend> create table x.bar (c1 int);
backend>
Is this the expected behavior? I haven't been following the schema
work very closely, but this was quite a surprise to me...
Cheers,
Neil
--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-04-15 19:17:10 | Re: Inefficient handling of LO-restore + Patch |
Previous Message | Neil Conway | 2002-04-15 18:42:54 | Re: rules and default values |