Re: Why my cursor construction is so slow?

From: "Szymic1" <dyrex(at)poczta(dot)onet(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Why my cursor construction is so slow?
Date: 2006-06-20 11:22:40
Message-ID: 1150802560.258198.99820@h76g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 '',
);

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Trigve Siver 2006-06-20 11:56:58 Re: problem connecting to server
Previous Message Florian G. Pflug 2006-06-20 10:07:54 Re: Adding foreign key constraints without integrity check?