Re: List of shorthand casts

From: David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: List of shorthand casts
Date: 2014-12-09 20:23:21
Message-ID: 1418156601505-5829795.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

FarjadFarid(ChkNet) wrote
> Is the list of shorthand casts documented somewhere?
> If so can you please direct me to it. A working URL would be great.

Do you mean implicit casts - those that do not require an explicit CAST(...)
or "::" in the query?

Can you give an example of one that you know exists?

The catalog is probably the best way to get a definitive list though I do
not know the exact query you would use. The catalog tables are fairly well
documented so you should start there.

David J.

--
View this message in context: http://postgresql.nabble.com/List-of-shorthand-casts-tp5829791p5829795.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2014-12-09 20:38:46 Re: Updating single/multiple fields of JSON document
Previous Message FarjadFarid(ChkNet) 2014-12-09 20:01:54 List of shorthand casts