[Libreoffice-bugs] [Bug 128111] New: on postgresql 12
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Oct 12 21:03:22 UTC 2019
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 at lists.freedesktop.org
Reporter: danielv8888 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191012/f747e8fc/attachment.html>
More information about the Libreoffice-bugs
mailing list