Re: [BUGS] postgresql-9.1.4 macosx-10.6.8 (hostssl) psql -h hostname crashes

2012-08-01 Thread raf
Tom Lane wrote: raf r...@raf.org writes: i've just upgraded to 9.1.4 on macosx-10.6.8 and psql crashes whenever the -h option is used (either with localhost or any other hostname). i only have hostssl connections. attached is a macosx crash report in case it helps. [ squint

[BUGS] postgresql-9.1.4 macosx-10.6.8 (hostssl) psql -h hostname crashes

2012-07-30 Thread raf
hi, i've just upgraded to 9.1.4 on macosx-10.6.8 and psql crashes whenever the -h option is used (either with localhost or any other hostname). i only have hostssl connections. attached is a macosx crash report in case it helps. i think i'll downgrade now :-) cheers, raf Process: psql

[BUGS] BUG #6165: documentation bug in plpgsql-declarations.html and plpgsql-statements.html (or plpgsql parser bug)

2011-08-16 Thread raf
The following bug has been logged online: Bug reference: 6165 Logged by: raf Email address: r...@raf.org PostgreSQL version: 9.0.4 Operating system: N/A Description:documentation bug in plpgsql-declarations.html and plpgsql-statements.html (or plpgsql parser bug

[BUGS] BUG #6158: documentation error (grammar/typo)

2011-08-09 Thread raf
The following bug has been logged online: Bug reference: 6158 Logged by: raf Email address: r...@raf.org PostgreSQL version: 9.0.4 Operating system: n/a Description:documentation error (grammar/typo) Details: in the documentation available at: http

Re: [BUGS] Set-returning functions only allowed if written in language 'sql'

2009-02-10 Thread raf
() is no longer deprecated? cheers, raf 2009/2/10 Daniel Migowski dmigow...@ikoffice.de: Hello dear PostgreSQL developers, I noticed the following strange behaviour with set-returning functions. If sets are allowed seems to depend on the language the function is written in, what makes

Re: [BUGS] Bug in RETURN QUERY

2008-11-26 Thread raf
of the table. i hope this does get fixed or dropping columns is a big mistake. i guess i won't be doing that again :) cheers, raf --- demonstrate: dropped column breaks rowtypes - create table bug (a integer null, b integer null, c integer null); insert into bug (a, b, c