From: Tom Lane Date: Wed, 26 Oct 2005 19:21:55 +0000 (+0000) Subject: Adjust parser so that POSTQUEL-style implicit RTEs are stored with X-Git-Tag: REL8_1_0RC1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc5894bf779e6d0b96dcb8d5b8fb22994de48f92;p=thirdparty%2Fpostgresql.git Adjust parser so that POSTQUEL-style implicit RTEs are stored with inFromCl true, meaning that they will list out as explicit RTEs if they are in a view or rule. Update comments about inFromCl to reflect the way it's now actually used. Per recent discussion. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 0a5a1098efc..023c9258d29 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@