From: Regina Obe Date: Mon, 10 Sep 2012 15:00:26 +0000 (+0000) Subject: #1869 note that ST_Asbinary on unknown is now illegal. Have to backport to 2.0 as... X-Git-Tag: 2.1.0beta2~660 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2032b69a25ea99545d48917ad4b13231922c0549;p=postgis #1869 note that ST_Asbinary on unknown is now illegal. Have to backport to 2.0 as well. I will add to full legacy though for those who can't change code. git-svn-id: http://svn.osgeo.org/postgis/trunk@10266 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_output.xml b/doc/reference_output.xml index 33176f885..0ea552538 100644 --- a/doc/reference_output.xml +++ b/doc/reference_output.xml @@ -56,6 +56,8 @@ Enhanced: 2.0.0 support for higher coordinate dimensions was introduced. Enhanced: 2.0.0 support for specifying endian with geography was introduced. Availability: 1.5.0 geography support was introduced. + Changed: 2.0.0 Inputs to this function can not be unknown -- must be geometry. Constructs such as ST_AsBinary('POINT(1 2)') are no longer valid and you will get an n st_asbinary(unknown) is not unique error. Code like that + needs to be changed to ST_AsBinary('POINT(1 2)'::geometry);. If that is not possible, then install legacy.sql. &sfs_compliant; s2.1.1.1 &sqlmm_compliant; SQL-MM 3: 5.1.37 &curve_support;