[BUGS] Solution: : Bug Report: PGAdminIII Query Tool Edit Window Key Commands stopped working between 1.0 and 1.10.0 beta.

2009-04-26 Thread Larry Silvermintz
Regarding my earlier message, Please report these problems as CORRECTED bugs. I directly downloaded the March 1 release of 1.10.0 beta, and both the tab, shft-tab, and ctl-space work correctly. ** So, you need to update the file in the 8.4 beta distribution to match the March 1 file, and then t

[BUGS] BUG #4783: new syntax in tablefunction - not output cells

2009-04-26 Thread Alex
The following bug has been logged online: Bug reference: 4783 Logged by: Alex Email address: okto...@mail.ru PostgreSQL version: 8.4 Operating system: WinXP Description:new syntax in tablefunction - not output cells Details: CREATE TABLE tst ( "id" BIGSERIAL, "

Re: [BUGS] BUG #4783: new syntax in tablefunction - not output cells

2009-04-26 Thread Pavel Stehule
Hello it's not bug. It's is behave of plpgsql, where variables has higher priority than SQL identifiers. Columns in returned table definition create implicit variables. Use qualifiers: CREATE OR REPLACE FUNCTION test2 () RETURNS TABLE(id BIGINT, vl DOUBLE PRECISION) AS $body$ SELECT t

Re: [BUGS] BUG #4763: postgres service unstable, even during install

2009-04-26 Thread Dave Page
On Fri, Apr 24, 2009 at 3:09 PM, Kevin Field wrote: > On Apr 24, 9:32 am, dp...@pgadmin.org (Dave Page) wrote: >> >> I don't know if there is any way we can solve it, except by reverting >> back to 5.8 or advising users to use only one version. > > I just had an idea--at least in the ActiveState d