connectivity/source/drivers/postgresql/pq_databasemetadata.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d26c86bb0bd0b56564d09c2c6ef0befcb785096
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Wed Jul 1 00:13:57 2015 +0200

    Fix PostgreSQL function name
    
    Change-Id: Ic089540c07c7fe7c85705fc3513411a7e2571a12
    Reviewed-on: https://gerrit.libreoffice.org/16698
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Michael Stahl <mst...@redhat.com>

diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx 
b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
index 5c4a29b..41c9558 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,"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to