Re: pg_dump should not try CREATE OR REPLACE LANGUAGE < 9.0

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Greg Sabino Mullane <greg@turnstep.com>
Cc: pgsql-hackers@postgresql.org
Date: 2010-05-12T20:09:24Z
Lists: pgsql-hackers
Greg Sabino Mullane <greg@turnstep.com> writes:
> Subject line kind of says it all: LANGUAGE replacement was 
> introduced in 9.0, but pg_dump is trying it on all versions.

So?  pg_dump output is never promised to load into older server
versions.

The proposed patch is quite wrong anyway, because it is looking at
the source server version, not the (unknowable) target version.

			regards, tom lane