Re: [GENERAL] [ADMIN] Using Postgresql as application server

2011-08-16 Thread Evan Rempel
Technically it can be done, but just because we can do something does not mean we should do something. Having said that... We have been using a middleware product that shall remain nameless, that goes against a large commercial database that shall also remain nameless. The middleware has been mig

[GENERAL] Change request - log line prefix

2012-05-30 Thread Evan Rempel
everyone :-) is in agreement can the authors just "get it done"? Thanks for your time. Evan Rempel Systems administrator University of Victoria. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] Change request - log line prefix

2012-05-30 Thread Evan Rempel
Can this be done to syslog destination? Evan Rempel Systems Administrator University of Victoria On 2012-05-30, at 10:37 PM, "Tom Lane" wrote: > Evan Rempel writes: >> Even when the wrap column is set to a very large value (32k) STATEMENT lines >> still wrap accord

[GENERAL] is there a select for update insert if not exist type command?

2012-06-09 Thread Evan Rempel
I have a project where I will have two clients essentially doing the same things at the same time. The idea is that if one has already done the work, then the second one does not need to do it. I was hoping that adding a task related unique identifier to a table could be used to coordinate these c

Re: [GENERAL] is there a select for update insert if not exist type command?

2012-06-09 Thread Evan Rempel
again for lending me your experience, it can, and is, saving me days. Evan. From: Bill Moran [wmo...@potentialtech.com] Sent: Saturday, June 09, 2012 4:35 PM To: Evan Rempel Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] is there a select for update insert if not exist type command? On S