Retrieve Synonym from the database using Liquibase API

Has anyone retrieved synonyms from the database using Liquibase.
To elaborate my query I would like to know whether
1. anyone has reused/inherited any api of Liquibase to retrieve synonym from the database.
2.Or used any existing api to retrieve Synonym?
Core Liquibase API/Oracle Extension for Liquibase does not retrieve Synonyms.

The core library does not support retrieving synonyms, and I don’t know of any extensions that support it currently.


The diff extension system has not been as well developed for 2.0, it will be the focus of 2.1, so I dont’ know how possible it is to add synonym support in an extension currently.


Nathan

Is there a jira ticket for this issue?

I don’t believe there is. If you would add it, that would be great.


Nathan