Re: [GENERAL] error when using SELECT

2005-07-27 Thread Hilmar Lapp
ndrew Stewart wrote: From: Tom Lane <[EMAIL PROTECTED]> Date: July 26, 2005 11:25:14 AM PDT To: Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] error when using SELECT Andrew Stewart <[EMAIL PROTECTED]> writes: I myself am still very new to PostgreSQL, so I'm having

Re: [GENERAL] error when using SELECT

2005-07-26 Thread Tom Lane
Andrew Stewart <[EMAIL PROTECTED]> writes: > I myself am still very new to PostgreSQL, so I'm having trouble telling > if there is anything wrong with the postgres transaction that is being > attempted by the bioperl-db maketest. The verbose error output is as > follows... > preparing SELECT

[GENERAL] error when using SELECT

2005-07-26 Thread Andrew Stewart
I'm currently trying to install a set of Perl modules that interact with a particular SQL schema (bioperl-db with BioSQL, if anyone is familiar with them), and am running into a problem that appears to be emergent with 8.0.3. I myself am still very new to PostgreSQL, so I'm having trouble tell