Re: 7.1 PL/pgSQL EXECUTE Command - Mailing list pgsql-general

From Bruce Momjian
Subject Re: 7.1 PL/pgSQL EXECUTE Command
Date
Msg-id 200101090550.AAA24932@candle.pha.pa.us
Whole thread Raw
In response to Re: 7.1 PL/pgSQL EXECUTE Command  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
Next
From: Bruce Momjian
Date:
Subject: Re: Doesn't use index, why?