1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

Allow UNION/UNION ALL in subselects.

This commit is contained in:
Bruce Momjian
1998-07-15 22:16:21 +00:00
parent 2077ce123b
commit c1f1a2e03a
4 changed files with 33 additions and 5 deletions

View File

@ -218,7 +218,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.15 1998/07/15 15:56:34 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.16 1998/07/15 22:16:18 momjian Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT