Re: Problem with INNER JOIN - Mailing list pgsql-general

From Tom Lane
Subject Re: Problem with INNER JOIN
Date
Msg-id 8382.1171493797@sss.pgh.pa.us
Whole thread Raw
In response to Problem with INNER JOIN  ("Jeanna Geier" <jgeier@apt-cafm.com>)
List pgsql-general
"Jeanna Geier" <jgeier@apt-cafm.com> writes:
> I'm attempting to do an INNER JOIN on one of the views in my database,
> however, when I import the schema file that has it in there, it removes the
> "INNER" from the statement.

INNER is a noise word; if it's re-listing the statement without that,
there's not anything to worry about.

            regards, tom lane

pgsql-general by date:

Previous
From: Josh Berkus
Date:
Subject: Re: [pgsql-advocacy] PostgreSQL 9.0
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Stored Procedure examples