about one query. - Mailing list pgsql-hackers

From Horacio Miranda
Subject about one query.
Date
Msg-id 3DEEF40A.F4A6A21E@yale.cl
Whole thread Raw
List pgsql-hackers
if I create a table like this "create table test (nuber int4,id_num
int4,primary key(id_num));"
My question is, ¿ I can do this ?
"insert into test (number) values (10);"
"insert into test (number) values (22);"
"insert into test (number) values (3);"

and make a function to insert the correct id_num in this table ? some
one have or try to do this ?

Thanks for all.


--                Saludos Horacio Miranda.                    hmiranda@yale.cl
------------------------------------------------------------
PostgreSQL.  Because life's too short to learn Oracle.    :)                     Billy O'Connor
            IBM --> Immer Backup Machen




pgsql-hackers by date:

Previous
From: Lamar Owen
Date:
Subject: 7.3 RPMS.
Next
From: Bruce Momjian
Date:
Subject: Re: contrib/ltree patches