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