Re: Why my cursor construction is so slow? - Mailing list pgsql-general

From Szymic1
Subject Re: Why my cursor construction is so slow?
Date
Msg-id 1150802560.258198.99820@h76g2000cwa.googlegroups.com
Whole thread Raw
In response to Why my cursor construction is so slow?  ("biuro@globeinphotos.com" <biuro@globeinphotos.com>)
List pgsql-general
> CREATE OR REPLACE FUNCTION alias(
>                    v_mask         alias.mask%TYPE,
>                    ) RETURNS INT8 AS

Sorry my mistake it should be:

CREATE TABLE  alias (
       alias_id           BIGSERIAL PRIMARY KEY,
       mask                      VARCHAR(20) NOT NULL DEFAULT '',
);


pgsql-general by date:

Previous
From: "biuro@globeinphotos.com"
Date:
Subject: Why my cursor construction is so slow?
Next
From: "Essam Mansour"
Date:
Subject: XML Support