Re: Function name "text_out" should be "textout"

2020-07-04 Thread Michael Paquier
On Sat, Jul 04, 2020 at 09:59:22AM +0200, Erwin Brandstetter wrote: > Close to the bottom of: > https://www.postgresql.org/docs/devel/plpgsql-implementation.html > (and all previous version) > ... the manual says: > > > During the ensuing assignment to the local variable curtime, the PL/pgSQL > in

Function name "text_out" should be "textout"

2020-07-04 Thread Erwin Brandstetter
Close to the bottom of: https://www.postgresql.org/docs/devel/plpgsql-implementation.html (and all previous version) ... the manual says: > During the ensuing assignment to the local variable curtime, the PL/pgSQL interpreter casts this string to the timestamp type by calling the text_out and time