Skip to content

Instantly share code, notes, and snippets.

@Khalefa
Created March 27, 2014 17:45
Show Gist options
  • Save Khalefa/9813610 to your computer and use it in GitHub Desktop.
Save Khalefa/9813610 to your computer and use it in GitHub Desktop.
-- Deprecation in 1.2.3
CREATE OR REPLACE FUNCTION AsBinary(geometry)
RETURNS bytea
AS 'MODULE_PATHNAME','LWGEOM_asBinary'
LANGUAGE 'c' IMMUTABLE STRICT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment