Skip to content

Commit 325c54b

Browse files
committed
Fix obsolete SQL syntax in comment.
This was legal back in the days of add_missing_from, though perhaps never good style. It's not legal anymore ... Jan Urbański
1 parent 5c4eb91 commit 325c54b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/executor/execProcnode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* the number of employees in that department. So we have the query:
3333
*
3434
* select DEPT.no_emps, EMP.age
35+
* from DEPT, EMP
3536
* where EMP.name = DEPT.mgr and
3637
* DEPT.name = "shoe"
3738
*

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