View Single Post

   
  #1 (permalink)  
Old 04-09-2008, 05:20 AM
Magnus Hagander
 
Posts: n/a
Default Re: tables in public

> Hello.
>
> Postgres automatically included some tables in my public domain:
> pg_ts_cfg, pg_ts_cfgmap,pg_ts_dict, pg_ts_parser,


I beleive these are from tsearch2.

> spatial_ref_sys.


And this is postgis.

> I suppose it's because I switched on all additional options
> during initdb...


Yes (this is win32 MSI installer, right?)


> My question regarding those tables is wheter I can delete
> them safely from public ?


Yes, unless you plan to use any of the functionality of those modules.

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote