Re: usage for 'with recursive'?

From: "hubert depesz lubaczewski" <depesz(at)gmail(dot)com>
To: "Kenneth Downs" <ken(at)secdat(dot)com>
Cc: "PostgreSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: usage for 'with recursive'?
Date: 2007-03-05 08:05:51
Message-ID: 9e4684ce0703050005m7d845765r7e68ea44f11ef33c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/2/07, Kenneth Downs <ken(at)secdat(dot)com> wrote:
> This reminds me of another advantage of the WITH RECURSIVE, which is
> that it pushes to overhead to SELECT, with no associated write-time
> overheads.

hmm .. why do you consider this as advantage? i would say it's rather drawback.

depesz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vincenzo Romano 2007-03-05 08:12:32 Re: psql client quits after 1st command
Previous Message hubert depesz lubaczewski 2007-03-05 08:00:38 Re: real multi-master replication?