Обсуждение: pgsql/src/backend/parser (analyze.c)

Поиск
Список
Период
Сортировка

pgsql/src/backend/parser (analyze.c)

От
tgl@postgresql.org
Дата:
  Date: Wednesday, December  6, 2000 @ 18:55:19
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
     from hub.org:/home/projects/pgsql/tmp/cvs-serv96261/src/backend/parser

Modified Files:
    analyze.c

-----------------------------  Log Message  -----------------------------

Clean up handling of FOR UPDATE inside views and subselects ... make it
work where we can (given that the executor only handles it at top level)
and generate an error where we can't.  Note that while the parser has
been allowing views to say SELECT FOR UPDATE for a few weeks now, that
hasn't actually worked until just now.