Re: [DOCS] PLs and pseudo-types

2015-12-27 Thread Tom Lane
Jeff Janes writes: > 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

[DOCS]

2015-12-27 Thread Jeff Janes
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/