pgsql: Move 'ddl' right after 'none' in postgresql.conf.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move 'ddl' right after 'none' in postgresql.conf.
Date: 2006-08-02 21:48:43
Message-ID: 20060802214843.CA89D9FB23B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Move 'ddl' right after 'none' in postgresql.conf. It used to be between
'mod' and 'all', which is not the right order. SGML documentation order
was correct. Report from Chander Ganesan.

Modified Files:
--------------
pgsql/src/backend/utils/misc:
postgresql.conf.sample (r1.184 -> r1.185)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.184&r2=1.185)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2006-08-02 23:19:06 pgfouine - pgfouine: * [vacuum] added the duration information *
Previous Message Bruce Momjian 2006-08-02 21:43:43 pgsql: Fix logic to prevent pg_dump from dumping system schemas; bug