Re: [BUGS] BUG #6318: pg_dump for non-template languages is broken

2011-12-03 Thread Albe Laurenz
Tom Lane wrote: >> dumpme=# CREATE LANGUAGE mylang HANDLER plpgsql_call_handler INLINE >> plpgsql_inline_handler VALIDATOR plpgsql_validator; > I don't think this is a particularly interesting use-case. The reason > it doesn't work for you is that it's depending on support functions > that are in

Re: [BUGS] BUG #6318: pg_dump for non-template languages is broken

2011-12-02 Thread Tom Lane
laurenz.a...@wien.gv.at writes: > dumpme=# CREATE LANGUAGE mylang HANDLER plpgsql_call_handler INLINE > plpgsql_inline_handler VALIDATOR plpgsql_validator; I don't think this is a particularly interesting use-case. The reason it doesn't work for you is that it's depending on support functions tha

[BUGS] BUG #6318: pg_dump for non-template languages is broken

2011-12-02 Thread laurenz . albe
The following bug has been logged on the website: Bug reference: 6318 Logged by: Laurenz Albe Email address: laurenz.a...@wien.gv.at PostgreSQL version: 9.1.1 Operating system: Linux (RHEL 3) Description: How to reproduce: postgres=# CREATE DATABASE dumpme; postgres=