Alias to rollback keyword
Matthew Altus <maltus@internode.com.au>
From: Matthew Altus <maltus@internode.com.au>
To: pgsql-hackers@postgresql.org
Date: 2010-04-01T00:42:14Z
Lists: pgsql-hackers
Attachments
- pgsql_rollback.patch (text/x-patch) patch
Hey, After dealing with a production fault and having to rollback all the time, I kept typing a different word instead of rollback. So I created a patch to accept this word as an alias for rollback. Obviously it's not part of the sql standard, but could be a nice extension for postgresql. See the patch for more details. Cheers Matt