diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-24 15:24:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-24 16:53:10 +0200 |
commit | 081d3a1b6702dc9a14c9df220424a25095d8d83a (patch) | |
tree | 381c903ddcf21da8f2c471c1eef4f87f1f905dfa /connectivity | |
parent | 9fe881410909c5273cef517433411bc4eceee294 (diff) |
Fix typos
Change-Id: I9385704bea54ff504457f7ac1ec39ed98cfdaf97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101276
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_databasemetadata.cxx | 2 |
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 4794d21e8c7b..06d9ed164500 100644 --- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx +++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx @@ -2338,7 +2338,7 @@ css::uno::Reference< XResultSet > DatabaseMetaData::getIndexInfo( 11. CARDINALITY long -> When TYPE is tableIndexStatistic, then this is the number of rows in the table; otherwise, it is the number of unique values in the index. - 12. PAGES long -> When TYPE is tableIndexStatisic then this is + 12. PAGES long -> When TYPE is tableIndexStatistic then this is the number of pages used for the table, otherwise it is the number of pages used for the current index. 13. FILTER_CONDITION string -> Filter condition, if any. (may be NULL ) |