timing psql internal commands

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: timing psql internal commands
Date: 2006-08-16 16:36:24
Message-ID: 44E34988.9010501@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I have just noticed that psql's \timing does not apply to internal
commnds like \copy, which surprised me a bit. Is there any reason why it
should not apply at least in the case of \copy, which after all does
real work, as opposed to to the client housekeeping and info functions
that most psql internal commands perform?

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-08-16 16:50:51 Re: selecting large result sets in psql using cursors
Previous Message Tom Lane 2006-08-16 15:45:53 Re: [HACKERS] Forcing current WAL file to be archived