This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 98dfab45780068cbc0df4d49baf554bcd83cba2a Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Thu Jun 16 17:13:25 2016 +0200 Complete documentation for libreoffice (refs #8008) --- src/site/en/rst/exportData.rst | 3 +++ src/site/rst/exportData.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/site/en/rst/exportData.rst b/src/site/en/rst/exportData.rst index 31bfb90..b5b4bc3 100644 --- a/src/site/en/rst/exportData.rst +++ b/src/site/en/rst/exportData.rst @@ -57,3 +57,6 @@ To do so: - click "Import from Libre Office" in the Echobase data query menu and paste the SQL code from LibreOffice. The LibreOffice SQL code is then imported in your EchoBase SQL query. + +To use postgresql in Libre Office, you have to install **libreoffice-sdbc-postgresql** package, +then choose **postgresql** database type for your new database connection. diff --git a/src/site/rst/exportData.rst b/src/site/rst/exportData.rst index 5795ed0..8fa4b12 100644 --- a/src/site/rst/exportData.rst +++ b/src/site/rst/exportData.rst @@ -54,3 +54,6 @@ Pour ce faire il faut utiliser l'action Importer depuis Libre Office et y coller le code SQL généré dans Libre Office. Le code SQL sera processé et mis à jour dans votre requête SQL EchoBase. + +Pour utiliser postgresql avec Libre Office, il suffit d'intaller le paquet **libreoffice-sdbc-postgresql**, +puis de choisir comme type de base de donnée **postgresql** pour connecter une base existante. -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.