Advanced Postgres Question
Advanced Postgres Question
- Subject: Advanced Postgres Question
- From: Justin Tocci <email@hidden>
- Date: Tue, 20 Jul 2004 11:03:04 -0500
The Postgres framework I use assumes the SEQUENCE name to be
tablename_seq, or when I access a VIEW I have to change the SEQUENCE
name in the TABLE to viewname_seq.
The problem is I am now limited to the VIEW or the TABLE for adding
records.
I am looking for feedback on the idea of reconfiguring my tables to all
use one SEQUENCE and update the code in the Postgres framework
accordingly. This should allow me to do whatever I want, and a new
primary key will always be available. I know this is standard behavior
for some databases, why not Postgres? Am I going to have problems?
justin tocci
Fort Wayne, IN
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.