Re: Strict mode in postgresql??

From: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Strict mode in postgresql??
Date: 2013-06-24 05:33:20
Message-ID: 20130624053320.GA7636@tux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Arun P.L <arunpl(at)hotmail(dot)com> wrote:

> Hi,
>
> Is there any settings in postgresql version 9.2 similar to mysql strict mode? I
> need to get rid of some type casting errors in the upgrading process from
> version 7.4 to 9.2, if this mode is not available I have to modify queries in
> the system to make it work...

No, there isn't such an option.

If you now on 9.2 and there are problems with missings casts, you can
recreate that, read
http://petereisentraut.blogspot.de/2008/03/readding-implicit-casts-in-postgresql.html

Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly." (unknown)
Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jashaswee 2013-06-24 05:35:01 Re: postgresql query
Previous Message Arun P.L 2013-06-24 05:16:50 Strict mode in postgresql??