+ When true>, tables that are referenced by a query will be
+ automatically added to the FROM> clause if not already
+ present. The default is true> for compatibility with
+ previous releases of
PostgreSQL>. However, this
+ behavior is not SQL-standard, and many people dislike it because it
+ can mask mistakes. Set to false> for the SQL-standard
+ behavior of rejecting references to tables that are not listed in
+ FROM>.
* Written by Peter Eisentraut
.
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.149 2003/08/11 23:04:49 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.150 2003/08/17 22:19:15 tgl Exp $
*
*--------------------------------------------------------------------
*/
},
{
{"add_missing_from", PGC_USERSET, COMPAT_OPTIONS_PREVIOUS,
- gettext_noop("Add missing table references to from clauses"),
+ gettext_noop("Add missing table references to FROM clauses"),
NULL
},
&add_missing_from,