summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-01 00:13:57 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-03 09:13:13 +0000
commit3d26c86bb0bd0b56564d09c2c6ef0befcb785096 (patch)
tree63821f8a3fb0af30d50d82404aa65e92038c8152
parent64b4ed9de3852494416cdcb8c25d2e24fc4d0253 (diff)
Fix PostgreSQL function name
Change-Id: Ic089540c07c7fe7c85705fc3513411a7e2571a12 Reviewed-on: https://gerrit.libreoffice.org/16698 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
-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,"