left outer join - Mailing list pgsql-admin

From Marcus Mascari
Subject left outer join
Date
Msg-id 19981202005056.12114.rocketmail@send1e.yahoomail.com
Whole thread Raw
List pgsql-admin
Does anyone know the status of outer join
with respect to PostgreSQL 6.4?

I'm in dire need of just LEFT OUTER JOIN
as I need to report which records approx 30,000
per day, no longer exist, which are new, and
which have been updated.  The three ways I know
of simulating the affects are too slow:

    1. use a UNION clause with NOT IN
    2. create a function() to return the missing
        field, else NULL
    - or -

    3. Programmatically determine if the record
        does not exist for each record in
        question.

If anyone knows the status of outer join queries,
please let me know.

Thanks,

Marcus Mascari (mascarim@yahoo.com)





_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


pgsql-admin by date:

Previous
From: "Oliver Elphick"
Date:
Subject: Re: [ADMIN] recovering data from pgsql 6.1 installation
Next
From: "Tim Davies"
Date:
Subject: configure errors when installing 6.4