Re: SQL request change when upgrade from 7.0.2 to 7.1.3 - Mailing list pgsql-sql

From Josh Berkus
Subject Re: SQL request change when upgrade from 7.0.2 to 7.1.3
Date
Msg-id web-119029@davinci.ethosmedia.com
Whole thread Raw
In response to SQL request change when upgrade from 7.0.2 to 7.1.3  (Richard NAGY <richard@presenceweb.com>)
List pgsql-sql
Mr. Nagy,

> Recently, I have upgraded my postgresql server from 7.0.2 to 7.1.3.
> But,
> now, one request which was 'good' before, don't want to work any more
> now.

I'm not sure I understand your question.  What do you mean "doesn't
work"? Please give a detailed list of all steps taken, including any
error messages received.

> Now, if I want that my request works well, I have to remove the order
> by
> statement. But, of course, it is not ordered any more.

Er, by "request" do you mean "query"?

Using an ORDER BY statement as you appear to use it in that query is
permitted and correct.  I suspect that your problem is located somewhere
else.  For example, what interface tool are you using to send queries to
the database?

-Josh

______AGLIO DATABASE SOLUTIONS___________________________
                                       Josh Berkus
  Complete information technology      josh@agliodbs.com
   and data management solutions       (415) 565-7293
  for law firms, small businesses        fax 621-2533
    and non-profit organizations.      San Francisco

Attachment

pgsql-sql by date:

Previous
From: Patrik Kudo
Date:
Subject: Re: How do I extract ONE particular field, when multiple table
Next
From: "Josh Berkus"
Date:
Subject: Re: SQL request change when upgrade from 7.0.2 to 7.1.3