Re: Problem with INNER JOIN

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jeanna Geier" <jgeier(at)apt-cafm(dot)com>
Cc: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problem with INNER JOIN
Date: 2007-02-14 22:56:37
Message-ID: 8382.1171493797@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Jeanna Geier" <jgeier(at)apt-cafm(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2007-02-14 22:59:12 Re: Stored Procedure examples
Previous Message Reece Hart 2007-02-14 22:55:54 Re: Union Query Improvement