Schema
Owner
postgres
Descriptions
There is no description for function gettransactionid
Options
Option | Value |
---|---|
Returns |
pg_catalog.xid |
Language |
c |
Parameters |
There are no parameters for function gettransactionid |
Definition
CREATE OR REPLACE FUNCTION public.gettransactionid (
)
RETURNS pg_catalog.xid AS
'$libdir/postgis-2.3', 'getTransactionID'
LANGUAGE 'c'
VOLATILE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 1;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |