From 240dc5cddc8c5fd13fbf8196034436183ed61a2f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 11 Jun 2003 22:13:22 +0000 Subject: Add add_missing_from GUC variable. Nigel J. Andrews --- doc/src/sgml/runtime.sgml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index f90800ab5e1..27feffde8b6 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1299,6 +1299,22 @@ SET ENABLE_SEQSCAN TO OFF; General Operation + + ADD_MISSING_FROM (boolean) + + + This parameter controls whether a relation referenced in a query but + missing from the FROM clause should be automatically added to + the FROM clause. If enabled (the default), the notice + Adding missing FROM-clause entry for table "tablename" + is generated if a relation is automatically added. If not enabled, + an error is raised when an additional extra relation is required. + For SQL standards compliance, this value should be set to + false. + + + + AUSTRALIAN_TIMEZONES (boolean) Australian time zones -- cgit v1.2.3