Re: PostgreSQL Adaptor and Plugin
Re: PostgreSQL Adaptor and Plugin
- Subject: Re: PostgreSQL Adaptor and Plugin
- From: Justin Tocci <email@hidden>
- Date: Thu, 11 Nov 2004 11:12:33 -0500
Concerning the Postgresql Plugin, I just want to point out that, for
me, it saves me a lot of hassle to modify the postgres plugin and have
it always use a sequence called 'global_seq'. This way I'm not
littering my schema with separate sequences for every table.
But then, I find it better to have record identifiers unique over your
whole database. YMMV. I have a couple other sequences, like for my log
records, but those are generated by triggers, and are read-only to
webobjects apps. Of course, if you have a need for more than one
sequence, its easier to just have one for every table.
If anyone is interested in my mod, I am pretty sure I posted how I did
this to this forum within the past year. If you can't find it, drop me
a line.
justin tocci
fort wayne, in
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden