DROP PUBLIC SYNONYM -- remove a public synonym
DROP PUBLIC SYNONYM name
DROP PUBLIC SYNONYM drops existing public synonyms. To execute this command you must be a superuser or the owner of the public synonym.
See Section 2.2.4 for additional information on public synonyms.
name
The name of a public synonym to be removed
This command will remove the public synonym named, personnel:
DROP PUBLIC SYNONYM personnel;
See Also