Re: Insert and limit - Mailing list pgsql-general

From Matteo Centenaro
Subject Re: Insert and limit
Date
Msg-id F165uLn5U9T3TGJ2TUS00002d33@hotmail.com
Whole thread Raw
In response to Insert and limit  ("Matteo Centenaro" <gente_che_mixa@hotmail.com>)
List pgsql-general
I try to execute the select and all seem fine! The limit statement appear in
the right position.The prolang field is set to 18759392.

Have any other idea? Thanks


>From: Richard Huxton <dev@archonet.com>
>To: Matteo Centenaro <gente_che_mixa@hotmail.com>
>CC: pgsql-general@postgresql.org
>Subject: Re: [GENERAL] Insert and limit
>Date: Sat, 16 Jun 2001 08:12:21 +0100
>
>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

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


pgsql-general by date:

Previous
From: jdassen@cistron.nl (J.H.M. Dassen (Ray))
Date:
Subject: Re: PDF Parsing and Indexing
Next
From: "Gordan Bobic"
Date:
Subject: Restoring database disk space requirements???