πŸ’₯ TRENDING: Vrana/adminer/issues/ - Full Gallery 2025

Skip to content

Error with PostgresΒ #1089

@yoru74

Description

@yoru74

Hi:

There is a minor bug in 5.3.0 for Postgres. Where it says:

    pg_table_size(oid) AS \"Data_length\",
    pg_indexes_size(oid) AS \"Index_length\"":"").",
    obj_description(oid, 'pg_class') AS \"Comment\"

it should say:

    pg_table_size(pg_class.oid) AS \"Data_length\",
    pg_indexes_size(pg_class.oid) AS \"Index_length\"":"").",
    obj_description(pg_class.oid, 'pg_class') AS \"Comment\"

Otherwise there is a "undefinded column oid" error message.

Thank you!

Carlos

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions