Re: 7.1 PL/pgSQL EXECUTE Command

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Dominic J(dot) Eidson" <sauron(at)the-infinite(dot)org>, Brian Troxell <trox(at)mindspring(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: 7.1 PL/pgSQL EXECUTE Command
Date: 2001-01-09 05:50:56
Message-ID: 200101090550.AAA24932@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> EXECUTE ''UPDATE table SET '' || fieldname ||
> '' = '''''' || newvalue || '''''' WHERE ...'';
>
> None of this stuff is in the docs yet :-(. Seems we've been a tad
> sloppy about adding documentation for new features this time around.
> Anyone want to submit a documentation patch to cover this stuff?

I still need to go through the HISTORY file and make sure all the
user-visible stuff is in the docs, unless someone else does this first.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-01-09 06:09:37 Re: Doesn't use index, why?
Previous Message Tom Lane 2001-01-09 05:03:11 Re: COPY error: pqReadData() -- backend closed the channel unexpectedly