Skip to content

Commit a9b1ff4

Browse files
committed
Fix a couple of lingering references to POSTQUEL query syntax, per Simon.
1 parent 13ea825 commit a9b1ff4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/backend/executor/execProcnode.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* IDENTIFICATION
15-
* $PostgreSQL: pgsql/src/backend/executor/execProcnode.c,v 1.51 2005/10/15 02:49:16 momjian Exp $
15+
* $PostgreSQL: pgsql/src/backend/executor/execProcnode.c,v 1.52 2005/12/07 15:27:42 tgl Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -29,10 +29,10 @@
2929
* and ExecEndNode in sync when new nodes are added.
3030
*
3131
* EXAMPLE
32-
* suppose we want the age of the manager of the shoe department and
33-
* the number of employees in that department. so we have the query:
32+
* Suppose we want the age of the manager of the shoe department and
33+
* the number of employees in that department. So we have the query:
3434
*
35-
* retrieve (DEPT.no_emps, EMP.age)
35+
* select DEPT.no_emps, EMP.age
3636
* where EMP.name = DEPT.mgr and
3737
* DEPT.name = "shoe"
3838
*

src/backend/executor/execTuples.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*
1717
* IDENTIFICATION
18-
* $PostgreSQL: pgsql/src/backend/executor/execTuples.c,v 1.90 2005/11/25 04:24:48 tgl Exp $
18+
* $PostgreSQL: pgsql/src/backend/executor/execTuples.c,v 1.91 2005/12/07 15:27:42 tgl Exp $
1919
*
2020
*-------------------------------------------------------------------------
2121
*/
@@ -48,7 +48,7 @@
4848
* ExecTypeFromTL - form a TupleDesc from a target list
4949
*
5050
* EXAMPLE OF HOW TABLE ROUTINES WORK
51-
* Suppose we have a query such as retrieve (EMP.name) and we have
51+
* Suppose we have a query such as SELECT emp.name FROM emp and we have
5252
* a single SeqScan node in the query plan.
5353
*
5454
* At ExecutorStart()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy