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