Re: bpchar functinos - Mailing list pgsql-hackers

From Noah Misch
Subject Re: bpchar functinos
Date
Msg-id 20140317205610.GA3851808@tornado.leadboat.com
Whole thread Raw
In response to bpchar functinos  (Mohsen SM <mohsensoodkhah@gmail.com>)
List pgsql-hackers
On Sat, Mar 15, 2014 at 05:02:44PM +0330, Mohsen SM wrote:
> I want to fined when is used these functions(what query caused the call of
> these functions) :
> -char_bpchar()
> -bpchar_name()
> -name_bpchar()

They implement casts.  For example, "select 'foo'::character(10)::name" calls
bpchar_name().

-- 
Noah Misch
EnterpriseDB                                 http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: First-draft release notes for next week's releases
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Planner hints in Postgresql