From: | Jaime Casanova <systemguards(at)gmail(dot)com> |
---|---|
To: | PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | sequences TODO items |
Date: | 2005-09-02 19:28:30 |
Message-ID: | c2d9e70e05090212281718619@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
i'm looking for some item i can do and that have enough consensus to
make it worth the effort... :)
* Have sequence dependency track use of DEFAULT sequences, seqname.nextval?
what this means? i don't understand it...
* %Disallow changing default expression of a SERIAL column?
why? a SERIAL is not really a datatype but a short-hand to make an
integer with a nextval's sequence as default... so why making them
both (the integer type and the nextval's sequence as default) act as
if it were a single unit?
Actually, i have dropped sequences created with SERIAL because i found
that was better to me to make it manually...
--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2005-09-02 19:29:41 | Re: PL/pgSQL: EXCEPTION NOSAVEPOINT |
Previous Message | Dave Cramer | 2005-09-02 19:17:46 | Re: dbt-4 (tpc-app) kit |