Re: help with dynamic table name

From: "Jasbinder Singh Bali" <jsbali(at)gmail(dot)com>
To: "Peter Schonefeld" <peter(dot)schonefeld(at)gmail(dot)com>
Cc: "Stephan Szabo" <sszabo(at)megazone(dot)bigpanda(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: help with dynamic table name
Date: 2007-03-06 05:22:37
Message-ID: a47902760703052122g6a879f12i1d16defb2a157aa9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

:)..
have fun

On 3/6/07, Peter Schonefeld <peter(dot)schonefeld(at)gmail(dot)com> wrote:
>
> Got it!
>
> sql := 'INSERT INTO '|| $3 ||' (id,body) VALUES ('''|| $1 ||''','''|| $2
> ||''')';
>
>
> Thanks all :)
> Pete
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2007-03-06 05:36:24 Re: help with dynamic table name
Previous Message Peter Schonefeld 2007-03-06 05:17:55 Re: help with dynamic table name