Re: fix SQL example syntax in file comment
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jan Urbański <wulczer@wulczer.org>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2013-01-14T20:49:23Z
Lists: pgsql-hackers
=?UTF-8?B?SmFuIFVyYmHFhHNraQ==?= <wulczer@wulczer.org> writes: > Here's a trivial patch that fixes a comment in execProcNode.c Applied, thanks. > 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 :) Actually, that was perfectly legal back then. regards, tom lane
Commits
-
Fix a couple of lingering references to POSTQUEL query syntax, per Simon.
- a9b1ff4c1d69 8.2.0 cited