diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-24 17:18:29 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-25 17:13:49 +0100 |
commit | 30c15a5e48886b78d0bd3eac3e5bdf9f29cd9ac3 (patch) | |
tree | 1588d6d577ecebb9587ae13a2e60e53cff18e211 /AllLangHelp_sdatabase.mk | |
parent | 919def267b89cfe03f40218baa8c16cf65526448 (diff) |
Add PostgreSQL connection Help page
Related to tdf#43369 where a patch has been abandonned but is
nevertheless still much wanted.
The db connection wizard is generic and has no information on
the required connection sctrings. The Help button in the wizard is
not working as of today.
The issue is recurrent in user-space.
Change-Id: I3a5d30f859d6fb4e12813df3fe6df35d5e2e0f68
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128887
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_sdatabase.mk')
-rw-r--r-- | AllLangHelp_sdatabase.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_sdatabase.mk b/AllLangHelp_sdatabase.mk index fec5f43b94..b715812eec 100644 --- a/AllLangHelp_sdatabase.mk +++ b/AllLangHelp_sdatabase.mk @@ -66,6 +66,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sdatabase,\ helpcontent2/source/text/sdatabase/dabawiz02jdbc \ helpcontent2/source/text/sdatabase/dabawiz02mysql \ helpcontent2/source/text/sdatabase/dabawiz02odbc \ + helpcontent2/source/text/sdatabase/dabawiz02pgsql \ helpcontent2/source/text/sdatabase/dabawiz02oracle \ helpcontent2/source/text/sdatabase/dabawiz02spreadsheet \ helpcontent2/source/text/sdatabase/dabawiz02text \ |