ST_CreateSpatialRefSys
Create the Spatial Reference System Table if it does not exists. Otherwise, do nothing.
Syntax
ST_CreateSpatialRefSys()
Returns
A value of type BOOLEAN that is TRUE if the Spatial Reference System Table did not exist and was created; otherwise FALSE.
Examples
\c inza
set PATH=inza.inza;
call inza..ST_CreateSpatialRefSys();
ST_CREATESPATIALREFSYS
------------
f
(1 row)