Re: [GENERAL] PostgreSQL on Linux PC vs MacOS X

2004-11-03 Thread Jeff Bohmer
ashes, there were no CrashReporter log entries. At that point, we felt like we had no recourse but to try something different (Linux/x86) and haven't looked back. - Jeff -- Jeff Bohmer VisionLink, Inc. _ 303.402.0170 x121 http://www.visionlink.org/ __

Re: [GENERAL] PostgreSQL on Linux PC vs MacOS X

2004-11-03 Thread Jeff Bohmer
perform 4D. If those systems are in your price range, and stability isn't a big concern, you should probably go with the OS you are more familiar with. - Jeff Jeff Bohmer wrote: We use PostgreSQL 7.x on both OS X and Linux. We used to run OS X in production, but due to numerous problems

Re: [GENERAL] PostgreSQL on Linux PC vs MacOS X

2004-11-03 Thread Jeff Bohmer
ed our list archives? http://archives.postgresql.org -- Jeff Bohmer VisionLink, Inc. _ 303.402.0170 x121 http://www.visionlink.org/ _ People. Tools. Change. Community. ---(end o

[GENERAL] Duplicate oid and primary key values

2004-02-10 Thread Jeff Bohmer
-- BEGIN new.edit_date := 'now'; RETURN new; END; (1 row) cos=# select prosrc from pg_proc where proname = 'fnc_edit_time'; prosrc --