Ron Johnson wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 01/19/07 18:21, Bruce Momjian wrote: > > Sorry, I know of no way to get a status bar that shows how far the an > > INSERT or COPY has progressed. People have asked for it, but no one has > > any idea how to implement it. > > How hard *would* it be to patch the \copy code to print out a "#" > every N number of input records? > > Or is it "just" a matter of someone with a sufficient itch sending > in a relatively simple patch?
Yea, probably, but considering they probably want a graphic progress bar, the big question is what API would you use to allow flexible use of that feature. -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(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