Re: DDL question - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: DDL question
Date
Msg-id 4B59C658.4090708@iol.ie
Whole thread Raw
In response to DDL question  (Volkan Varol <volkan.varol@gmail.com>)
List pgsql-general
On 22/01/2010 15:31, Volkan Varol wrote:
[snip]
> my scenario this is unavoidable since I require it, but there may be a
> trick to reduce its overall cost.
>
> The only alternative solution I've come up with so far is to save row
> counts into the table itself using triggers. Is this reasonable or not?

That approach has been suggested in the past, and seems a viable one.

> I'm in search for a new method / syntax to combine these two queries and
> I welcome your suggestions.

Would common table expressions be any use to you? -

  http://www.postgresql.org/docs/8.4/static/queries-with.html

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

pgsql-general by date:

Previous
From: Volkan Varol
Date:
Subject: DDL question
Next
From: Tom Lane
Date:
Subject: Re: Error "invalid byte sequence for encoding UTF8" on insert into BYTEA column