Question about \copy

From: John Wang <johnw822003(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Question about \copy
Date: 2009-03-11 17:21:20
Message-ID: 457799.9069.qm@web36406.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2009-03-11 17:21:57 Re: Server Shutting Down
Previous Message Bob Pawley 2009-03-11 17:13:17 Re: Server Shutting Down