Re: [GENERAL] 7.4 broke psql

2003-11-19 Thread Rob Sell
PROTECTED] On Behalf Of Rob Sell Sent: Wednesday, November 19, 2003 8:05 AM To: [EMAIL PROTECTED] Subject: [GENERAL] 7.4 broke psql Greetings all, Yesterday I upgraded from 7.3 to 7.4 now psql doesn't work! I get the following error. psql: relocation error: psql: undefined symbol: get

[GENERAL] 7.4 broke psql

2003-11-19 Thread Rob Sell
Greetings all, Yesterday I upgraded from 7.3 to 7.4 now psql doesn't work! I get the following error. psql: relocation error: psql: undefined symbol: get_progname Any ideas out there? Rob ---(end of broadcast)--- TIP 1: subscribe and unsubscr

Re: [GENERAL] Optimizing query

2003-11-19 Thread Rob Sell
Greetings all, Yesterday I upgraded from 7.3 to 7.4 now psql doesn't work! I get the following error. psql: relocation error: psql: undefined symbol: get_progname Any ideas out there? Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shridhar Dait

Re: [GENERAL] Join Problem

2003-07-23 Thread Rob Sell
lated to my problem? Rob -Original Message- From: scott.marlowe [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 2:55 PM To: Rob Sell Cc: [EMAIL PROTECTED] Subject: Re: [GENERAL] Join Problem On Wed, 23 Jul 2003, Rob Sell wrote: > We are migrating to a new database server and on

[GENERAL] Join Problem

2003-07-23 Thread Rob Sell
We are migrating to a new database server and one piece of code doesn't work from the old to new. Old server is 7.2.1 New server is 7.3.2 The sql in question is "Select * from inven as i Left Outer Join conn_xr as c on i.partnum = c.facpn" This produces the desired effects on the 7.2.1 server but