diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2010-07-24 12:16:20 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2010-07-24 12:16:20 +0000 |
commit | f581215660c733f346e12a718e4596736b87ab69 (patch) | |
tree | ef4f94b3d046cf714ad344e8d76d2b27c542e783 | |
parent | 0156840e4e4647bef6c6278265b748c8a799e317 (diff) | |
download | postgresql-f581215660c733f346e12a718e4596736b87ab69.tar.gz postgresql-f581215660c733f346e12a718e4596736b87ab69.zip |
Remove tab from SGML file
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 0f20e75fbce..e73187a4551 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.299 2010/07/22 01:22:32 rhaas Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.300 2010/07/24 12:16:20 petere Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -5220,7 +5220,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' even if they are not (currently) keywords. This will affect the output of <command>EXPLAIN</> as well as the results of functions like <function>pg_get_viewdef</>. See also the - <option>--quote-all-identifiers</option> to + <option>--quote-all-identifiers</option> to <xref linkend="app-pgdump"> and <xref linkend="app-pg-dumpall">. </para> </listitem> |