1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Update some comments to use SQL examples rather than QUEL. From Simon

Riggs.
This commit is contained in:
Neil Conway
2005-04-24 11:46:21 +00:00
parent a7f2a788ee
commit 947eb97560
2 changed files with 9 additions and 10 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/executor/nodeAppend.c,v 1.62 2004/12/31 21:59:45 pgsql Exp $
* $PostgreSQL: pgsql/src/backend/executor/nodeAppend.c,v 1.63 2005/04/24 11:46:20 neilc Exp $
*
*-------------------------------------------------------------------------
*/
@ -43,7 +43,7 @@
* and student-emp inherits from student and employee, the
* query:
*
* retrieve (e.name) from e in person*
* select name from person
*
* generates the plan:
*