EnterpriseDB
  • Home
  • Category
    Installation & Getting Started Quick Start Reference User Guides
  • Product
    EDB Backup and Recovery Tool EDB JDBC Connector EDB .NET Connector EDB OCL Connector EDB ODBC Connector EDB*Plus EDB Postgres Advanced Server EDB Postgres Ark Platform EDB Postgres Cloud Database Service EDB Postgres Enterprise Manager EDB Postgres Failover Manager EDB Postgres Hadoop Foreign Data Wrapper EDB Postgres Language Pack EDB Postgres Migration Portal EDB Postgres Migration Toolkit EDB Postgres MongoDB Foreign Data Wrapper EDB Postgres MySQL Foreign Data Wrapper EDB Postgres PgBouncer EDB Postgres Pgpool-II EDB Postgres PostGIS EDB Postgres Replication Server EDB Postgres Slony Replication PostgreSQL pgAdmin 4

EDB Postgres Advanced Server → 10 → Reference → Database Compatibility for Oracle® Developers Reference Guide
Other versions of this page: 12 · 11 · 10 · 9.6

Get Postgres Tips and Tricks

Subscribe to get advanced Postgres how-tos.

Table of Contents Previous Next


4 System Catalog Tables : 4.7 pg_synonym

4.7 pg_synonym
The pg_synonym table contains one row for each synonym created with the CREATE SYNONYM command or CREATE PUBLIC SYNONYM command.
Column
Type
Modifiers
Description
synname
"name"
not null
The name of the synonym.
synnamespace
oid
not null
Replaces synowner. Contains the OID of the pg_namespace row where the synonym is stored
synowner
oid
not null
The OID of the user that owns the synonym.
synobjschema
"name"
not null
The schema in which the referenced object is defined.
synobjname
"name"
not null
The name of the referenced object.
synlink
text
The (optional) name of the database link in which the referenced object is defined.

4 System Catalog Tables : 4.7 pg_synonym

Table of Contents Previous Next
© 2021 EnterpriseDB Corporation. All rights reserved. | Privacy Policy | Terms of Use | Trademarks