Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 364 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 364 Bytes

PostgreSQL Data Dictionary (pgdd)

The PostgreSQL Data Dictionary (PgDD) is an in-database solution to provide introspection via standard SQL query syntax. This extension makes it easy to provide a usable data dictionary to all users of a PostgreSQL database.

See the full project documentation for more information.