[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=

Re: [BUGS] BUG #6308: Problem w. encoding in client

2011-12-02 Thread Thomas Goerner
Hello Craig, it seems as if there were illegal chars in the originally dumped database, so the dump/restore problem might be due to this. At the moment we are doing further investigation on this issue. But the problem regarding message output from the client applications still persists. We

[BUGS] BUG #6317: sequence error for pg_dump

2011-12-02 Thread hmf
The following bug has been logged on the website: Bug reference: 6317 Logged by: hua ming fei Email address: h...@alkheme.com PostgreSQL version: 9.0.1 Operating system: Centos 5.5 Description: use pg_dump when didn't close the application , weird things occured . th

Re: [BUGS] 9.1.1 hot standby startup gets sigbus

2011-12-02 Thread Josh Kupershmidt
[Moving back on-list. Tom generously offered to look at the server in question, since it seemed likely that a testcase would be difficult or impossible to reproduce in this case] On Fri, Dec 2, 2011 at 12:07 AM, Tom Lane wrote: > > Well, poking around in the process at the moment of SIGBUS, I fin

Re: [BUGS] BUG #6314: The like command does not handle a long string of special chars

2011-12-02 Thread Magnus Hagander
On Thursday, December 1, 2011, Tom Lane wrote: > d.reri...@healthcareoss.com writes: > > Simply set a varchar field in your db to the following string: > > !"#$%'()*+,-/:;=?@[\]^_`{|}~&<> > > > I know, I know, who would do this, right? Well, its for a certification. > > The like command works

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