Hi,
I think I've found what I need to know.
From techdocs.postgresql.org
>> Every you run an INSERT, UPDATE, or DELETE on an indexed table,
PostgreSQL must update all of the table's indexes to reflect the new
data (unlike some
>> RDBMSs, PostgreSQL updates indexes immediately so they never get out
of synch with the data).
Thanks
Rudi.
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly
- [SQL] Analyze + Index Rudi Starcevic
- Re: [SQL] Analyze + Index Rudi Starcevic
- Re: [SQL] Analyze + Index Richard Huxton