Hi,

I created a schema *inoue* and tried the following.

  # create table inoue.t1 (id serial primary key, dt text);
  NOTICE:  CREATE TABLE will create implicit sequence 't1_id_seq'
  for SERIAL column 't1.id'
  NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index
  't1_pkey' for table 't1'
  CREATE
  # insert into inoue.t1 (dt) values ('abc');
  ERROR:  Relation "t1_id_seq" does not exist

regards,
Hiroshi Inoue

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to