Support a COLLATE clause in plpgsql variable declarations.

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

Commit: c94732585647437291ec3f4a9902eeffc65a6945
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-04-17T18:54:19Z
Releases: 9.1.0
Support a COLLATE clause in plpgsql variable declarations.

This allows the usual rules for assigning a collation to a local variable
to be overridden.  Per discussion, it seems appropriate to support this
rather than forcing all local variables to have the argument-derived
collation.

Files