Re: continuous copy/update one table to another - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: continuous copy/update one table to another
Date
Msg-id 2f4958ff1003010040h1fb39250paeae158c11d3291a@mail.gmail.com
Whole thread Raw
In response to Re: continuous copy/update one table to another  (Terry <td3201@gmail.com>)
Responses Re: continuous copy/update one table to another  (Szymon Guz <mabewlun@gmail.com>)
List pgsql-general
don't use 'NOT EXISTS', as this will be damn slow. Use LEFT JOIN.

pgsql-general by date:

Previous
From: Terry
Date:
Subject: Re: continuous copy/update one table to another
Next
From: Szymon Guz
Date:
Subject: Re: continuous copy/update one table to another