From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject:
Date: 2015-12-27 16:51:52
Message-ID: CAMkU=1xqebsAJk0RmJVM1wuMmJQcc_eLeyJqHuy-m8EErAMVOA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

According to the documentation:

http://www.postgresql.org/docs/9.5/static/datatype-pseudo.html

At present the procedural languages all forbid use of a pseudo-type as
argument type, and allow only void and record as a result type (plus
trigger when the function is used as a trigger).

However, pl/perl has accepted "record" as in argument type since 9.1.

Cheers,

Jeff

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2015-12-27 17:58:30 Re: PLs and pseudo-types
Previous Message Tom Lane 2015-12-24 15:50:45 Re: Fix for pg_replication_origin_session_is_setup