Probe_Geometry_Columns — Scans all tables with PostGIS geometry constraints and adds them to the geometry_columns
			table if they are not there.
text Probe_Geometry_Columns();
Scans all tables with PostGIS geometry constraints and adds them to the geometry_columns
			table if they are not there.  Also give stats on number of inserts and already present or possibly obsolete.
| ![[Note]](images/note.png) | |
| This will usually only pick up records added by AddGeometryColumn() function. It will not scan views so views will need to be manually added to geometry_columns table. |