Re: PSQL \x \l command issues
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Shad <shad@okcmobiletech.com>
Cc: pgsql-hackers@postgresql.org
Date: 2002-04-26T15:10:18Z
Lists: pgsql-hackers
Shad <shad@okcmobiletech.com> writes: > I just recently upgraded from 7.0.x to 7.2.1. You are clearly still talking to the 7.0 server: > ERROR: OUTER JOIN is not yet supported In general, psql's backslash commands tend to be version-specific, and may fail when talking to a server of a different version. regards, tom lane