On Tue, 2003-04-22 at 09:11, Peter Eisentraut wrote:
> The command tags are aligned with the SQL standard (see under <get
> diagnostics statement>), which doesn't appear to make much sense in this
> case, but it doesn't hurt anyone.
Fair enough.
If we're going to SQL-compliant here, there are a couple other command
tags that should be corrected: COMMIT -> COMMIT WORK, ROLLBACK ->
ROLLBACK WORK, UPDATE -> UPDATE WHERE, DELETE -> DELETE WHERE, etc.
Cheers,
Neil