Changing MapInfo Styling for a Table v2.0

Please refer to MapInfo documentation for information on the correct values for the styles you require.

  1. Open pgAdmin III and connect to PostgreSQL as a user with admin role.

  2. Expand the node for your SDW, expand the Schemas entry, expand the mapinfo schema, expand the Tables.

  3. Right click on the mapinfo_mapcatalog_override and select Scripts > UPDATE Script to open the SQL Editor

  4. Now change the script to update the entry you require making sure that you only select the  table and schema that you wish to update e.g. 
     
Example
WHERE TABLENAME='testuse_table' and OWNERNAME='planning'