On Wed, Jul 21, 2010 at 1:07 PM, Kevin Grittner <[email protected]> wrote: > Marc Cousin <[email protected]> wrote: > >> DECLARE >> CURSOR referrer_keys IS > >> I guess it should be >> >> DECLARE >> referrer_keys CURSOR IS > >> If I'm right, a patch is attached (the code works with the >> correction) > > The patch looks correct to me.
Committed. I back-patched this as far as 8.4 so that the web site docs will get updated, but it didn't seem important enough to go back further. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise Postgres Company -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
