[BUGS] BUG #5778: pgAdminIII 1.12.1 Japanese Translation File

2010-11-30 Thread carriager
The following bug has been logged online: Bug reference: 5778 Logged by: carriager Email address: c...@qxdr.net PostgreSQL version: 9.0.1 Operating system: Windows XP Description:pgAdminIII 1.12.1 Japanese Translation File Details: should change pgadmin3-1.12.1\i18n

Re: [BUGS] BUG #5777: Server crash with function out params returned as record

2010-11-30 Thread Tom Lane
"Nate Carson" writes: > create or replace function test(out integer, out numeric) > as $$ > select (1, 2.1) > $$ > language sql; > test=# select * from test(); > server closed the connection unexpectedly Huh ... seems that's been broken since 8.1. Surprising nobody noticed befor

[BUGS] BUG #5777: Server crash with function out params returned as record

2010-11-30 Thread Nate Carson
The following bug has been logged online: Bug reference: 5777 Logged by: Nate Carson Email address: nate1...@gmail.com PostgreSQL version: 9.0.1 Operating system: windows 7 Description:Server crash with function out params returned as record Details: create or repla

[BUGS] BUG #5776: Unable to create view with parameter in PL/pgsql

2010-11-30 Thread Andrey Galkin
The following bug has been logged online: Bug reference: 5776 Logged by: Andrey Galkin Email address: andv...@gmail.com PostgreSQL version: 9.0.1 Operating system: Debian unstable Description:Unable to create view with parameter in PL/pgsql Details: Below is simple

Re: [BUGS] BUG #5763: pg_hba.conf not honored

2010-11-30 Thread Peter Eisentraut
On sön, 2010-11-28 at 07:56 -0500, Robert Haas wrote: > I guess it's not a bug if we did it that way on purpose, but it seems > like testing for actual group membership would be less surprising. I agree this is pretty confusing and would consider changing it. -- Sent via pgsql-bugs mailing list

Re: [BUGS] BUG #5768: Inefficiency of large offsets should be mentioned on SELECT documentation page

2010-11-30 Thread Pavel Arnošt
Hi, by "LIMIT and OFFSET" page I meant http://www.postgresql.org/docs/9/static/queries-limit.html, it has "LIMIT and OFFSET" heading. At the end of the page, there is this sentence: "The rows skipped by an OFFSET clause still have to be computed inside the server; therefore a large OFFSET mi

Re: [BUGS] BUG #5768: Inefficiency of large offsets should be mentioned on SELECT documentation page

2010-11-30 Thread Tom Molesworth
Hi Bruce, On 30/11/10 03:11, Bruce Momjian wrote: Pavel Arnost wrote: The following bug has been logged online: Bug reference: 5768 Logged by: Pavel Arnost Email address: pavel.arn...@loutka.cz PostgreSQL version: 9.01 Operating system: N/A Description:Inefficiency