I have a table, for example, Product. It's index is Product_index.

If I use \copy to load data into the table:

\copy Product from data.txt

Will the index, Product_index, also be updated with the new data during "copy"?

Thanks.



      

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to