pgsql/src/include/executor (nodeSetOp.h)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/include/executor (nodeSetOp.h)
Дата
Msg-id 200010051911.e95JBaa22547@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Thursday, October  5, 2000 @ 15:11:36
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/executor
     from hub.org:/home/projects/pgsql/tmp/cvs-serv22406/src/include/executor

Added Files:
    nodeSetOp.h

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

Reimplementation of UNION/INTERSECT/EXCEPT.  INTERSECT/EXCEPT now meet the
SQL92 semantics, including support for ALL option.  All three can be used
in subqueries and views.  DISTINCT and ORDER BY work now in views, too.
This rewrite fixes many problems with cross-datatype UNIONs and INSERT/SELECT
where the SELECT yields different datatypes than the INSERT needs.  I did
that by making UNION subqueries and SELECT in INSERT be treated like
subselects-in-FROM, thereby allowing an extra level of targetlist where the
datatype conversions can be inserted safely.
INITDB NEEDED!

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/utils/adt (ruleutils.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/include/nodes (execnodes.h nodes.h parsenodes.h pg_list.h plannodes.h)