Files
dolthub--doltgresql/testing/generation/command_docs/synopses/alter_user_mapping.txt
T
2026-07-13 12:32:25 +08:00

4 lines
204 B
Plaintext

ALTER USER MAPPING FOR { $user_name$ | USER | CURRENT_ROLE | CURRENT_USER | SESSION_USER | PUBLIC }
SERVER $server_name$
OPTIONS ( { { ADD | SET } $option$ '$value$' | DROP $option$ } [ , ... ] )