Menu

#706 [PostgreSQL] pg_namespace errors from "SQL command"

Git
closed-fixed
None
5
2019-11-11
2019-09-02
Costlocker
No

No warning on the Select data page

Screen Shot 2019-09-02 at 08 54 04

SQL command returns same data, but it adds errors to Postgres log.

ERROR:  syntax error at or near "AND" at character 60
STATEMENT:  SELECT attnum, attname FROM pg_attribute WHERE attrelid =  AND attnum > 0
ERROR:  syntax error at or near "AND" at character 166
STATEMENT:  SELECT relname, indisunique::int, indisprimary::int, indkey, indoption , (indpred IS NOT NULL)::int as indispartial FROM pg_index i, pg_class ci WHERE i.indrelid =  AND ci.oid = i.indexrelid

Screen Shot 2019-09-02 at 08 57 55

Previously reported in https://php.vrana.cz/adminer-4-7-1.php#d-37340.

Discussion

  • Jakub Vrána

    Jakub Vrána - 2019-11-11
    • status: open --> closed-fixed
     
  • Jakub Vrána

    Jakub Vrána - 2019-11-11

    Fixed by a4e997f.

     

    Last edit: Jakub Vrána 2019-11-11

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.