summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-01 00:13:57 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2015-07-02 13:40:06 +0000
commit8a2efbb7172a00692d4b8c3f326d93aa42036584 (patch)
tree8b6b957c434c25f8a192f3375dc9fe8c4f9d006d
parent824adeee90e9bb0d3398cdf04b5bb5c96afdd021 (diff)
Fix PostgreSQL function name
Change-Id: Ic089540c07c7fe7c85705fc3513411a7e2571a12 Reviewed-on: https://gerrit.libreoffice.org/16640 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
-rw-r--r--connectivity/source/drivers/postgresql/pq_databasemetadata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
index 5c4a29bbdb89..41c9558e909c 100644
--- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
+++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
@@ -384,7 +384,7 @@ OUString DatabaseMetaData::getStringFunctions( ) throw (SQLException, RuntimeEx
"convert_to,"
"decode,"
"encode,"
- "foramt,"
+ "format,"
"initcap,"
"left,"
"length,"