An old changelog for phpPgAdmin says that there is an interface for creating and editing composite types, but I can’t find it anywhere. Is there a GUI for this in phpPgAdmin?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you look in the tree navigation, go to cluster->database->schemas->schemaname->types, which will list all custom types, and give you the option of creating new types (including composite types). If you dont have a “types” section, it’s possible it’s hidden using the “advanced objects” flag in the config file; make sure that’s on.