ALTER LARGE OBJECT

ALTER LARGE OBJECT — large object 정의 바꾸기

요약

ALTER LARGE OBJECT large_object_oid OWNER TO { 새소유주 | CURRENT_USER | SESSION_USER }

설명

ALTER LARGE OBJECT 명령은 large object의 정의를 변경한다.

You must own the large object to use ALTER LARGE OBJECT. To alter the owner, you must also be a direct or indirect member of the new owning role. (However, a superuser can alter any large object anyway.) Currently, the only functionality is to assign a new owner, so both restrictions always apply.

매개 변수

large_object_oid

변경 하려는 large object의 OID

new_owner

새 large object 소유주

호환성

표준 SQL에는 ALTER LARGE OBJECT 구문이 없다.

관련 항목

34장