bookmark

Manual:Upgrading Postgres - MediaWiki


Description

CREATE FUNCTION pg_catalog.text(integer) RETURNS text STRICT IMMUTABLE LANGUAGE SQL AS 'SELECT textin(int4out($1));'; CREATE CAST (integer AS text) WITH FUNCTION pg_catalog.text(integer) AS IMPLICIT;

Preview

Tags

Users

  • @jil

Comments and Reviews