RE: large going giving errors.

From: <jeff(at)tht(dot)net>
To: Robby Slaughter <webmaster(at)robbyslaughter(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: RE: large going giving errors.
Date: 2001-06-13 21:23:14
Message-ID: 20010613182245.L296-100000@mercury.tsunamicreek.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

i actually found the problem,

SELECT o.name,o,contactname

should be

SELECT o.name,o.contactname

jeff

On Wed, 13 Jun 2001, Robby Slaughter wrote:

> What happens when you don't join quite so much? That is, take off the AND
> blah blocks,
> one by one?
> -Robby
>
> -----Original Message-----
> From: pgsql-sql-owner(at)postgresql(dot)org
> [mailto:pgsql-sql-owner(at)postgresql(dot)org]On Behalf Of jeff(at)tht(dot)net
> Sent: Wednesday, June 13, 2001 3:38 PM
> To: pgsql-sql(at)postgresql(dot)org
> Subject: [SQL] large going giving errors.
>
>
> Hi
>
> I have a largeish join that is giving me an error..
>
> here's the query
>
> SELECT
> o.name,o,contactname,o.contactphone,o.fax,o.emailaddy,o.freetelephone,o.addr
> ess1,o.address2,uw.id,m.manufacturer,i.type,uw.model,uw.color,uw.size,uw.pri
> ce
> FROM user_wantads AS uw,organisations AS o,users AS u ,itemtypes AS
> i,itemmanufacturers AS m,provinces AS p,cities AS ct,countries AS cy
> WHERE uw.owner = u.loginid
> AND u.belongsto = o.organisationid
> AND m.id=uw.manufacturer
> AND i.id=uw.itemtype
> AND o.provinceid=p.provinceid
> AND o.cityid=ct.cityid AND o.countryid=cy.countryid
> AND uw.id=9
>
> and the error
>
> ERROR: copyObject: don't know how to copy 704
>
> can anyone shed a little light please ?
>
> jeff.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Hunter, Ray 2001-06-13 21:27:26 Getting a specific row from a table
Previous Message Josh Berkus 2001-06-13 21:22:43 Re: Determine the time difference from records in a select