https://bugs.documentfoundation.org/show_bug.cgi?id=128111

            Bug ID: 128111
           Summary: on postgresql 12
           Product: LibreOffice
           Version: 6.3.1.2 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: danielv8...@gmail.com

Description:
pq_driver: [PGRES_FATAL_ERROR]ERREUR:  la colonne pg_attrdef.adsrc n'existe pas
LINE 1: ....attnotnull, pg_type.typdefault, pg_type.typtype, pg_attrdef...
                                                             ^
 (caused by statement 'SELECT pg_namespace.nspname, pg_class.relname,
pg_attribute.attname, pg_type.typname, pg_attribute.atttypmod,
pg_attribute.attnotnull, pg_type.typdefault, pg_type.typtype, pg_attrdef.adsrc,
pg_description.description, pg_type.typbasetype, pg_attribute.attnum FROM
pg_class, pg_attribute LEFT JOIN pg_attrdef ON pg_attribute.attrelid =
pg_attrdef.adrelid AND pg_attribute.attnum = pg_attrdef.adnum LEFT JOIN
pg_description ON pg_attribute.attrelid = pg_description.objoid AND
pg_attribute.attnum=pg_description.objsubid, pg_type, pg_namespace WHERE
pg_attribute.attrelid = pg_class.oid AND pg_attribute.atttypid = pg_type.oid
AND pg_class.relnamespace = pg_namespace.oid AND NOT pg_attribute.attisdropped
AND pg_namespace.nspname LIKE 'public' AND pg_class.relname LIKE 'stat_tirage'
AND pg_attribute.attname LIKE '%' ORDER BY pg_namespace.nspname,
pg_class.relname, pg_attribute.attnum')

Steps to Reproduce:
1.open base with postgresql 12
2.
3.

Actual Results:
no query work with postgresql 12 only

Expected Results:
the query work with postgresql 12


Reproducible: Always


User Profile Reset: No



Additional Info:
the column pg_attrdef.adsrc don't exist

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to