Name
UnlockRows — Removes all locks held by an authorization token.
Synopsis
integer UnlockRows(
text auth_token)
;
설명
특정 승인 ID가 실행한 모든 잠금을 제거합니다. 해제된 잠금 개수를 반환합니다.
1.1.3 버전부터 사용할 수 있습니다.
예시
SELECT LockRow('towns', '353', 'priscilla');
SELECT LockRow('towns', '2', 'priscilla');
SELECT UnLockRows('priscilla');
UnLockRows
------------
2