Re: [SQL] PL/SQL Function: self-contained transaction?

2005-08-22 Thread Richard_D_Levine
I think the Enterprise DB folks are actively working it. I don't know what their plans to release their work back to the community are. Mail thread: http://archives.postgresql.org/pgsql-general/2005-08/msg00582.php Article: http://oetrends.com/news.php?action=view_record&idnum=428 Home: http://

Re: [SQL] [ADMIN] Postgres schema comparison.

2005-03-07 Thread Richard_D_Levine
Are you just synching the schemas, or do you also need to synch the data? Rick John DeSoi

Re: [SQL] getting back autonumber just inserted

2005-02-04 Thread Richard_D_Levine
I don't work with M$ DBs, but saw that "autonumber" is an M$ concept. Purely for my own edification, how do you get the most resent value of an autonumber in M$? I was helping someone out who was using M$ stuff and was amazed that there was no currval function. Thanks, Rick

Re: [SQL] pg primary key bug?

2005-02-03 Thread Richard_D_Levine
There are not enough spaces available in the column to allow for the number of DOC_IDs. There are three spaces, allowing for at most four occurrences of DOC_ID, but there are eleven. --Rick

Re: [SQL] problems using phpPgAmin

2004-10-18 Thread Richard_D_Levine
I really like pgadmin3: http://www.pgadmin.org Rick beyaNet