- Mailing list pgsql-docs

From Jeff Janes
Subject
Date
Msg-id CAMkU=1xqebsAJk0RmJVM1wuMmJQcc_eLeyJqHuy-m8EErAMVOA@mail.gmail.com
Whole thread Raw
Responses Re: PLs and pseudo-types  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fix for pg_replication_origin_session_is_setup
Next
From: Tom Lane
Date:
Subject: Re: PLs and pseudo-types