Re: [GENERAL] connection fails

2001-09-21 Thread Nick Fankhauser
I'm not a PHP-er, but I notice that a difference between the script that works & the one that doesn't is the "host=... portion. Could it be that phpPgAdmin & the script that works do *not* use tcpip to connect & while the failing script does? If so, the message you got also contains the answer- y

Re: [GENERAL] Encoding passwords

2001-09-25 Thread Nick Fankhauser
re the hash. I think his suggestion is the best way *if* your development environment supports something similar. -Nick --------- Nick Fankhauser Business: [EMAIL PROTECTED] Phone 1.765.965.7363 Fax 1.765.962.9788 doxpop - Cour

Re: [GENERAL] Contents of greatbridge.com?

2001-10-10 Thread Nick Fankhauser
try this: http://gborg.postgresql.org -Nick - Nick Fankhauser Business: [EMAIL PROTECTED] Phone 1.765.965.7363 Fax 1.765.962.9788 doxpop - Court records at your fingertips - http://www.doxpop.com/ Personal: [EMAIL

[GENERAL] Character type delimiters - can they be changed?

2000-11-01 Thread Nick Fankhauser
y field, so cutting it out would save me a bundle. I'm a newbie both to Postgres (convert from Oracle) and to JDBC, so I'm open to any suggestions, & don't assume I've already thought of the "obvious" solutions! Thanks

[GENERAL] Character type delimiters - Can they be changed?

2000-11-01 Thread Nick Fankhauser
I'm open to any suggestions, & don't assume I've already thought of the "obvious" solutions! Thanks -- Nick Fankhauser Business: [EMAIL PROTECTED] Phone 1.765.935.4283 Fax 1.765.962.9788 Ray Ontko & Co. Software Consulting Services http://www.ontko.com/ Personal: [EMAIL PROTECTED] http://www.infocom.com/~nickf

RE: [GENERAL] Newbie Question

2000-11-01 Thread Nick Fankhauser
chunks of data comingled with smaller chunks. -Nick Fankhauser > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of John Pilley > Sent: Wednesday, November 01, 2000 12:10 PM > To: [EMAIL PROTECTED] > Subject: [GENERAL] Newbie Question >

[GENERAL] Correlated subquery/update

2001-01-12 Thread Nick Fankhauser
d subquery/update is not supported, or (more likely) I'm using the wrong approach. Can anyone tell me whether this is supported, or how I can get the job done using a different approach? Thanks! -Nick ----- Nick Fankhauser Business: [

RE: [GENERAL] Correlated subquery/update

2001-01-12 Thread Nick Fankhauser
Sounds like the answer is to upgrade to v7+ Much thanks to Tom Lane and Len Morgan for the helpful responses! -Nick >update one set b = (select d from two where one.a = two.c);