[PostgreSQL] user_types (enumeration)
Database management in a single PHP file
Brought to you by:
jakubvrana
Addon to Bug-ID: 3545899 / Feature-Request
In Version 3.5.1 all data is listed correctly, but there is no differences between the different data types.
For example:
I have defined the type enum_y_n_ with two values ("y" and "n").
But adminer shows a text field where I can enter "John" or something else. Of course Postgres returns a error if the data is incorrect.
For MySQL only the valid values are listed (radio buttons). So why not use the same mechanism for postgres, too?
Fixed by e282ced5.