From: Adarsh S. <ada...@or...> - 2011-06-28 11:11:47
|
A problem arises after adding these parameters : I paste the contents of startup.log : *FATAL: unrecognized configuration parameter "add_missing_from"* I am sorry I have to correct one thing that my Postgres version is 9.0.2 Thanks Malte Sussdorff wrote: > Hey, > > just add the following then to your postgresql.conf > > #------------------------------------------------------------------------------ > # VERSION/PLATFORM COMPATIBILITY > #------------------------------------------------------------------------------ > > # - Previous PostgreSQL Versions - > > add_missing_from = on > #array_nulls = on > #backslash_quote = safe_encoding # on, off, or safe_encoding > default_with_oids = on > #escape_string_warning = on > regex_flavor = extended # advanced, extended, or basic > #sql_inheritance = on > #standard_conforming_strings = off > #synchronize_seqscans = on > > # - Other Platforms and Clients - > > #transform_null_equals = off > > > Best wishes > Malte > Am 28.06.2011 um 12:56 schrieb Adarsh Sharma: > |