Re: 7.1 PL/pgSQL EXECUTE Command

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: 7.1 PL/pgSQL EXECUTE Command
Дата
Msg-id 200101090550.AAA24932@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: 7.1 PL/pgSQL EXECUTE Command  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Doesn't use index, why?