Re: [GENERAL] how to insert data in a row with serial type - Mailing list pgsql-general

From Moray McConnachie
Subject Re: [GENERAL] how to insert data in a row with serial type
Date
Msg-id 010c01bf73b7$ce5fd6a0$760e01a3@oucs.ox.ac.uk
Whole thread Raw
In response to how to insert data in a row with serial type  (Jaume Pausas <a1649@dis.ulpgc.es>)
List pgsql-general
----- Original Message -----
From: Jaume Pausas <a1649@dis.ulpgc.es>
To: <pgsql-general@postgreSQL.org>
Sent: Thursday, February 10, 2000 11:03 AM
Subject: [GENERAL] how to insert data in a row with serial type


> Hi!
>
> How to insert data in a registry like
>
> create table pp (
>     cod serial primary key,
>     des text not null allowed
> );
>
> insert into pp values ('','hola');

INSERT INTO pp (des) VALUES ('hola');


pgsql-general by date:

Previous
From: Jaume Pausas
Date:
Subject: how to insert data in a row with serial type
Next
From: Arnaud FLORENT
Date:
Subject: Memory exhausted in AllocSetAlloc()