BUG #12108: Documentation: Limitation of shell types not mentioned

From: bouda(at)edookit(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12108: Documentation: Limitation of shell types not mentioned
Date: 2014-12-01 00:34:48
Message-ID: 20141201003448.2567.45700@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 12108
Logged by: Ondřej Bouda
Email address: bouda(at)edookit(dot)com
PostgreSQL version: 9.3.5
Operating system: Windows 7
Description:

According to an older discussion [1], shell types may only be used by
functions implemented in C. Indeed, in current versions, functions in, e.g.,
SQL or PL/pgSQL cannot be defined if an argument type or the return type is
just a shell type.

This is not mentioned in the documentation, however. On the contrary, the
CREATE TYPE documentation suggests creating a shell type as the "tricky" way
to define a range type with a canonical function. Neither CREATE FUNCTION
documentation mentions such a limitation. Thus, when implementing an SQL or
PL/pgSQL prototype for some new canonical function, one gets stuck on an
unexpected error.

I suggest mentioning the limitation on the CREATE TYPE page, in the
paragraph saying how to specify the canonical function.

Regards,
Ondřej Bouda

[1]
http://postgresql.nabble.com/Chicken-egg-problem-with-range-types-td5717030.html

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sandeep Thakkar 2014-12-01 05:07:24 Re: BUG #12072: init script creates pid file with wrong owner
Previous Message Ondřej Bouda 2014-11-30 21:55:28 Re: BUG #12106: pg_dump does not resolve circular dependency