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.