diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-17 22:19:15 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-17 22:19:15 +0000 |
| commit | c771838106a4fd9289580a93b24f27d6c67b7fc7 (patch) | |
| tree | a9e47f1cc9215111e6472f4a36655bae605572e3 /doc | |
| parent | 421594798685c8681a56d2b98db0412dfb41acff (diff) | |
Somebody forgot to include any actual documentation for ADD_MISSING_FROM.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/src/sgml/runtime.sgml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 6adfd85df0f..c3c42309b64 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.199 2003/08/10 01:20:34 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.200 2003/08/17 22:19:10 tgl Exp $ --> <Chapter Id="runtime"> @@ -2396,6 +2396,14 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir' <indexterm><primary>missing from</></> <listitem> <para> + When <literal>true</>, tables that are referenced by a query will be + automatically added to the <literal>FROM</> clause if not already + present. The default is <literal>true</> for compatibility with + previous releases of <productname>PostgreSQL</>. However, this + behavior is not SQL-standard, and many people dislike it because it + can mask mistakes. Set to <literal>false</> for the SQL-standard + behavior of rejecting references to tables that are not listed in + <literal>FROM</>. </para> </listitem> </varlistentry> |
