Skip to content

Instantly share code, notes, and snippets.

@nyurik
Created May 31, 2016 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nyurik/1be508b42fc56555666ee4e4766c70f4 to your computer and use it in GitHub Desktop.
Save nyurik/1be508b42fc56555666ee4e4766c70f4 to your computer and use it in GitHub Desktop.
ALTER FUNCTION public.bail_out(msg text, param1 text, param2 text, param3 text) OWNER TO osmimporter;
ALTER FUNCTION public.clean_int(i text) OWNER TO osmimporter;
ALTER FUNCTION public.clean_numeric(i text) OWNER TO osmimporter;
ALTER FUNCTION public.get_label_name(name text) OWNER TO osmimporter;
ALTER FUNCTION public.insert_admin_row(therow admin, geom geometry) OWNER TO osmimporter;
ALTER FUNCTION public.insert_admin_rows(therow admin, geom geometry, maritime boolean) OWNER TO osmimporter;
ALTER FUNCTION public.labelgrid(geometry geometry, grid_width numeric, pixel_width numeric) OWNER TO osmimporter;
ALTER FUNCTION public.linelabel(zoom numeric, label text, geometry geometry) OWNER TO osmimporter;
ALTER FUNCTION public.merc_buffer(geom geometry, distance numeric) OWNER TO osmimporter;
ALTER FUNCTION public.merc_dwithin(geom1 geometry, geom2 geometry, distance numeric) OWNER TO osmimporter;
ALTER FUNCTION public.merc_length(geom geometry) OWNER TO osmimporter;
ALTER FUNCTION public.populate_admin() OWNER TO osmimporter;
ALTER FUNCTION public.tile_bbox(z integer, x integer, y integer) OWNER TO osmimporter;
ALTER FUNCTION public.to_int(s text) OWNER TO osmimporter;
ALTER FUNCTION public.topoint(geom geometry) OWNER TO osmimporter;
ALTER FUNCTION public.water_under(geom geometry) OWNER TO osmimporter;
ALTER FUNCTION public.z(scaledenominator numeric) OWNER TO osmimporter;
ALTER FUNCTION public.zres(z double precision) OWNER TO osmimporter;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment