"Josh Berkus" <josh(at)agliodbs(dot)com> writes:
> [ mostly good advice ]
> ... You can't mix explicit JOINs (e.g. TableA JOIN TableB ON
> Col1 = Col2) with implicit joins (FROM TableA, TableB WHERE col1 =
> col2).
Sure you can, though the explicit joins will be done first. See
http://developer.postgresql.org/docs/postgres/explicit-joins.html
regards, tom lane