8. SQL Statements : COPY : Permissions
 
Share this page                  
Permissions
To use the COPY statement, one of the following must apply:
You own the table.
The table has SELECT (for COPY INTO) or INSERT (for COPY FROM) privilege granted to PUBLIC.
You have been granted COPY_INTO (for COPY INTO) or COPY_FROM (for COPY FROM) privileges on the table.