Skip to content

Commit

Permalink
Updates list of object types
Browse files Browse the repository at this point in the history
Added "Packages" to the list of database object types that synonyms can be create for.  Support for creating synonyms on packages was added in EPAS 16.

Also, changed "Stored procedures" and "Stored functions" to "Procedures" and "Functions".  The "Stored" qualifier isn't needed in this context since we are already talking about database object types here.
  • Loading branch information
mlewandowski-edb authored and gvasquezvargas committed Apr 30, 2024
1 parent db191e1 commit 98462d2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ CREATE [OR REPLACE] [PUBLIC] SYNONYM [<schema>.]<syn_name>
- Views
- Materialized views
- Sequences
- Stored procedures
- Stored functions
- Packages
- Procedures
- Functions
- Types
- Objects that are accessible through a database link
- Other synonyms
Expand Down

0 comments on commit 98462d2

Please sign in to comment.