Re: insert into table from select.. - Mailing list pgsql-general

From Tom Lane
Subject Re: insert into table from select..
Date
Msg-id 2390.966007744@sss.pgh.pa.us
Whole thread Raw
In response to insert into table from select..  (Dale Walker <dale@icr.com.au>)
List pgsql-general
Dale Walker <dale@icr.com.au> writes:
> \set fieldnames 'outdate,luser'
> insert into log (:fieldnames) select :fieldnames from logtmp;

> Everything works OK except for the last line...

So what happens?  Offhand I see no misbehavior in this example (with
current sources...)

            regards, tom lane

pgsql-general by date:

Previous
From: "Eric Spaulding"
Date:
Subject:
Next
From: Tom Lane
Date:
Subject: Re: problem with plpgsql function