[HACKERS] Re: Final call for platform testing

2001-04-07 Thread Jeff Duffy
t .. [jeff@cairhien pronto]$ uname -a Linux cairhien 2.4.3 #1 Tue Apr 3 01:08:19 EDT 2001 i686 unknown Jeff -- Jeff Duffy [EMAIL PROTECTED] ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-

[HACKERS] Re: Call for platforms

2001-03-27 Thread Jeff Duffy
One that didn't compilei RC1: BIGBOY 71# uname -a IRIX BIGBOY 6.5 05190003 IP22 On an Indigo2 (R4000), gcc 2.95.2 , with the following error: gcc -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -U_NO_XOPEN4 -c s_lock.c -o s_lock.o s_lock.c: In function `s_lock':

[HACKERS] Re: PostgreSQL JDBC

2001-02-23 Thread Jeff Duffy
On Fri, 23 Feb 2001, Andy Engdahl wrote: > I seem to be having some problems w/ the psql jdbc driver. I'm able to load the >driver, but as soon as I try to connect w/ the database. here's my code: > > import java.sql.*; > > public class dataBase { > public static void main(String [] args)