I've created a few new UDTs in PostgreSQL. However, now I have two problems:
- how to see which UDTs have been defined?
- how to see the columns defined within these UDTs?
Unfortunately, I couldn't find anything on that in the PostgreSQL documentation.
|
I've created a few new UDTs in PostgreSQL. However, now I have two problems:
Unfortunately, I couldn't find anything on that in the PostgreSQL documentation. |
||||
|
|
|
Does this get you started?
In psql you can |
|||||||||||
|
|
You can also use the standard GUI pgAdmin:
Make sure types are enabled in the object browser (Options - Browser - Display) To the left you see user-defined types in the chosen schema (question 1.). The |
||||
|
|