Re: postgresql.conf - add_missing_from

From: "Niederland" <niederland(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql.conf - add_missing_from
Date: 2005-02-01 22:30:57
Message-ID: 1107297057.903919.109010@o13g2000cwo.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yes I removed the comment...

Tail end of postgresql.conf......

#---------------------------------------------------------------------------
# VERSION/PLATFORM COMPATIBILITY
#---------------------------------------------------------------------------

# - Previous Postgres Versions -

# do not allow the database engine to change the from clause
add_missing_from = false
#regex_flavor = advanced # advanced, extended, or basic
#sql_inheritance = true
#default_with_oids = true
# - Other Platforms & Clients -

#transform_null_equals = false

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2005-02-01 22:48:21 Re: Opening stdin/stdout in binary mode on Windows
Previous Message Si Chen 2005-02-01 22:27:37 Re: how to release a transaction lock on a table?