RE: Advanced Postgres Question
RE: Advanced Postgres Question
- Subject: RE: Advanced Postgres Question
- From: Justin Tocci <email@hidden>
- Date: Tue, 20 Jul 2004 11:51:19 -0500
I got it working. It seems to do what I want. I used the hexdreams
plugin and edited the PostgresqlPlugIn.java file as follows:
//sequenceName = entity.primaryKeyRootName() + "_SEQ";
sequenceName = "global_seq";
Then built the framework and dropped it in my frameworks folder.
I am going to configure all my tables to use global_seq next and I
think I'll be good to go. Using one SEQUENCE for all tables will
simplify things for me anyway.
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.