[GENERAL] RE: Solaris 8 compilation errors _OUTPUT

2001-02-06 Thread George Johnson
) so I could help out with that if u can wait and are interested in 7.1 L8r, George Johnson -Original Message- From: J.Goodleaf [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 5:42 PM To: Martin A. Marques Cc: [EMAIL PROTECTED] Subject: Re: Solaris 8 compilation errors _OUT

[GENERAL] RE: jdbc, use of nested ResultSet loops.(longish, interesting I hope)

2001-01-28 Thread George Johnson
ust gives an estimate to the underlying class of the potential size of your ArrayList. George Johnson PS: I believe there's another more specific mailing list for driver/ interface implementation questions -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

[GENERAL] backend corruption

2001-01-06 Thread George Johnson
by what's found in those numbered subdirectories. If I've left a stone unturned, please let me know. Thanks, George Johnson

[GENERAL] Set, SubSelect

2000-12-29 Thread George Johnson
tiful lookup times. I also am going to try taking advantage of the unlimited select/insert/update lines and just throw a huge constant at it (if the JDBC driver for 7.1 accepts large selects ... the 7.0 version does not). I'd love to hear how you guys would approach this. Sincerely, George Johnson

[GENERAL] Re: Help!Can't connect Postgresql JDBC driver

2000-12-13 Thread George Johnson
tuff. Sometimes when in doubt, unjar (jar -xvf) the jar files and look at what's inside. That often times points to problems. Also, always remember to include jar files in your classpath. Is there a postgresql.jdbc or postgresql.java mailing list? This probably belongs there ... Geor

Re: [GENERAL] Reliability Stability of PgSQL & it's JDBC driver

2000-12-12 Thread George Johnson
ArrayStoreException's being thrown. I'm checking to see if this is driver related or java related. Appears to be on the java side of things. Otherwise, I don't use any of the driver's bells and whistles and it seems to be working very nicely. George Johnson - Original Messag

[GENERAL] one other big mysql->postgresql item

2000-12-11 Thread George Johnson
0 00:00:00';   all those work, in MySQL, and I'm willing to bet a LOT of users have code reflecting that.   George Johnson

[GENERAL] mysql issues

2000-12-11 Thread George Johnson
ard.   The big problem is going to come from users of MySQL who are not experienced SQL DBA's and who relied heavily on the snappy features of MySQL (a la web administration stuff).    I hope this helps a little bit on your decision about whether to expend energy toward making MySQL Friends & Family.   George Johnson  

[GENERAL] apache .htaccess / postgresql module

2000-12-06 Thread George Johnson
Hello,   I had a question regarding using PostgreSQL as the authorization database for Apache.  Previously I was using Apache authentication module for MySQL v2.20 (mod_auth_mysql) and was wondering if there was an equivalent module for use with PostgreSQL?   I must add I'm really impressed w

[GENERAL] MySQL-esque sec_to_time() function

2000-12-06 Thread George Johnson
ons of the documented functions and come up with useless conversions.   Thanks, George Johnson [EMAIL PROTECTED]   PS:  i can't find documentation on how to load the functions in contrib.  I can compile and    install them O.K., but not sure how to make them load.