Documentation
 
 
 

DROP PUBLIC SYNONYM

Name

DROP PUBLIC SYNONYM -- remove a public synonym

Synopsis

DROP PUBLIC SYNONYM name [, ...]   

Description

DROP PUBLIC SYNONYM drops existing public synonyms. To execute this command you must be the owner of the public synonym or a super-user.

Parameters

name

The name of a public synonym to be removed.

Examples

This command will remove the public synonym called, personnel:

DROP PUBLIC SYNONYM personnel;

 
 ©2004-2007 EnterpriseDB All Rights Reserved