Aristide Aragon <[EMAIL PROTECTED]> writes:
> create table test4 (name varchar(10)) ;
> returns
> ERROR: cannot create test4
That looks like the physical creation of the table data file for 'test4'
is failing. Unfortunately older releases of postgres are not very
good about reporting the kernel
Salut Aristide,
Le Thursday, October 12, 2000 à 7:23:18 PM, tu me disais:
AA> create table test (id serial, name varchar(10) ) ;
AA> returns:
AA> NOTICE: CREATE TABLE will create implicit sequence 'test_id_seq' for SERIAL
column 'test.id'
AA> NOTICE: CREATE TABLE/UNIQUE will create implicit i