Add support for domain dependencies/dependents.

This commit is contained in:
Khushboo Vashi
2016-03-18 15:20:41 +00:00
committed by Dave Page
parent 3432481f9a
commit 8a99282e07
2 changed files with 3 additions and 1 deletions

View File

@@ -424,6 +424,7 @@ class PGChildNodeView(NodeView):
'p': 'function',
'n': 'schema',
'y': 'type',
'd': 'domain',
'T': 'trigger',
'l': 'language',
'f': 'foreign_data_wrapper',