Re: there is a way to deactivate type validation on 8.3.1????

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: erobles <erobles(at)sensacd(dot)com(dot)mx>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: there is a way to deactivate type validation on 8.3.1????
Date: 2010-05-28 21:18:59
Message-ID: 8269.1275081539@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

erobles <erobles(at)sensacd(dot)com(dot)mx> writes:
> how can i get the same info from postgres 7.2 , and be able to get
> the differences between 8.3 and 7.2

Before the pg_cast catalog there simply wasn't any explicit
representation of available casts. I think what you need to look for is
single-argument functions that have the same name as their result type,
but it was a long time ago.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Casanova 2010-05-28 21:22:37 Re: List traffic
Previous Message erobles 2010-05-28 20:49:30 Re: there is a way to deactivate type validation on 8.3.1????