Re: Insert and limit

From: Richard Huxton <dev(at)archonet(dot)com>
To: Matteo Centenaro <gente_che_mixa(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Insert and limit
Date: 2001-06-16 07:12:21
Message-ID: 3B2B06D6.3F452169@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan Hseu 2001-06-16 07:57:42 Need help with COPY
Previous Message Alex Pilosov 2001-06-16 04:41:57 Re: OT: Apache::Session::DBI vs postgresql? --help