If I do something like
SELECT * FROM restaurant_times
I get a lot of "Notice: Undefined Index" messages that are very annoying when I want to inspect my results. Is there a way to fix this problem?
phpPgAdmin 5.2-dev (PHP 5.6.8)
BR;
As a side note: This seems to appear for composite primary keys.
Log in to post a comment.
As a side note: This seems to appear for composite primary keys.