Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. --- Name: box2d_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  2. +-- Name: st_box2d_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres
  3. --
  4.  
  5. -CREATE FUNCTION box2d_in(cstring) RETURNS box2d
  6. +CREATE FUNCTION st_box2d_in(cstring) RETURNS box2d
  7. AS '$libdir/liblwgeom', 'BOX2DFLOAT4_in'
  8. LANGUAGE c IMMUTABLE STRICT;
  9.  
  10.  
  11. -ALTER FUNCTION public.box2d_in(cstring) OWNER TO postgres;
  12. +ALTER FUNCTION public.st_box2d_in(cstring) OWNER TO postgres;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement