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
"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
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
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
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
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
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