Re: BUG #4056: problem creating function with domain argument - Mailing list pgsql-bugs

From Dave Page
Subject Re: BUG #4056: problem creating function with domain argument
Date
Msg-id 937d27e10803270852s1529f89ep34b1ed850fb4039a@mail.gmail.com
Whole thread Raw
In response to Re: BUG #4056: problem creating function with domain argument  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #4056: problem creating function with domain argument
List pgsql-bugs
On Tue, Mar 25, 2008 at 5:37 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "eric melbardis" <eric.melbardis@netkitsolutions.com> writes:
>  > Description:        problem creating function with domain argument
>
>  AFAICT this example works fine in psql.  You need to take it up
>  on the pgAdmin mailing list.  It looks to me like pgAdmin is mistakenly
>  thinking that a domain has type modifiers.

pgAdmin is using format_type() with a query like:

postgres=# SELECT oid, format_type(oid, typtypmod) AS typname FROM
pg_type where oid = 'dt_0'::regtype;
  oid  | typname
-------+----------
 35130 | dt_0(36)
(1 row)

I would expect it to format the type appropriately.

--
Dave Page
EnterpriseDB UK Ltd: http://www.enterprisedb.com
PostgreSQL UK 2008 Conference: http://www.postgresql.org.uk

pgsql-bugs by date:

Previous
From:
Date:
Subject: Extra empty lines PGv8.3.1
Next
From: Alvaro Herrera
Date:
Subject: Re: Extra empty lines PGv8.3.1