Add tx_id (transaction id) param

This commit is contained in:
Rafa de la Torre
2015-11-10 15:33:06 +01:00
parent 4e23bfaa3a
commit 08aac5a362

View File

@@ -1,6 +1,6 @@
-- Interface of the server extension
CREATE OR REPLACE FUNCTION geocode_admin0_polygons(user_name name, country_name text)
CREATE OR REPLACE FUNCTION geocode_admin0_polygons(user_id name, rx_id bigint, country_name text)
RETURNS Geometry AS $$
plpy.debug('Entering geocode_admin0_polygons')
plpy.debug('user_name = %s' % user_name)