Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita9b1ff4

Browse files
committed
Fix a couple of lingering references to POSTQUEL query syntax, per Simon.
1 parent13ea825 commita9b1ff4

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+
*selectDEPT.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 asretrieve (EMP.name) and we have
51+
*Suppose we have a query such asSELECT 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)

[8]ページ先頭

©2009-2025 Movatter.jp