Re: bpchar functinos

From: Noah Misch <noah(at)leadboat(dot)com>
To: Mohsen SM <mohsensoodkhah(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: bpchar functinos
Date: 2014-03-17 20:56:10
Message-ID: 20140317205610.GA3851808@tornado.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2014-03-17 20:57:37 Re: Planner hints in Postgresql
Previous Message Andres Freund 2014-03-17 20:39:19 Re: First-draft release notes for next week's releases