fix SQL example syntax in file comment
Jan Urbański <wulczer@wulczer.org>
From: Jan Urbański <wulczer@wulczer.org>
To: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
Date: 2013-01-12T11:09:01Z
Lists: pgsql-hackers
Attachments
- missing-from-clause-in-comment.diff (text/x-diff) patch
Hi, Here's a trivial patch that fixes a comment in execProcNode.c For archeological interest, that comment dates back to when it was written in POSTQUEL... The cleanup in a9b1ff4c1d699c8aa615397d47bb3071275c64ef changed RETRIEVE to SELECT, but forgot to add a FROM clause :) Cheers, Jan
Commits
-
Fix a couple of lingering references to POSTQUEL query syntax, per Simon.
- a9b1ff4c1d69 8.2.0 cited