Re: Insert and limit - Mailing list pgsql-general

From Richard Huxton
Subject Re: Insert and limit
Date
Msg-id 3B2B06D6.3F452169@archonet.com
Whole thread Raw
In response to Re: Insert and limit  ("Matteo Centenaro" <gente_che_mixa@hotmail.com>)
List pgsql-general
Matteo Centenaro wrote:
>
> I'm running 7.1.1
>
> I create the Pl/Pgsql function using Pgaccess the code is like this:
> Insert into tab1 Select * from tab2 where id = xxxx  limit var_name;

Try something like:

select prolang,prosrc from pg_proc where proname='copy_foo';

from psql - I'd guess there's a glitch in the code pgaccess saved.

- Richard Huxton

pgsql-general by date:

Previous
From: "Eric Ridge"
Date:
Subject: RE: Indexing varchar[]'s
Next
From: Jonathan Hseu
Date:
Subject: Need help with COPY