From eec2fa657834789268d3b6cbebd0f7af93f86fe0 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 23 Jun 2014 07:26:24 +0000 Subject: [PATCH] Typo git-svn-id: http://svn.osgeo.org/postgis/trunk@12635 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index bf2ef4b67..f38678973 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -2189,7 +2189,7 @@ t | Description Returns the amount of space (in bytes) the raster takes. - This is a nice compliment to PostgreSQL built in functions pg_column_siez, pg_size_pretty, pg_relation_size, pg_total_relation_size. + This is a nice compliment to PostgreSQL built in functions pg_column_size, pg_size_pretty, pg_relation_size, pg_total_relation_size. pg_relation_size which gives the byte size of a table may return byte size lower than ST_MemSize. This is because pg_relation_size does not add toasted table contribution and large geometries are stored in TOAST tables. pg_column_size might return lower because it returns the compressed size. pg_total_relation_size - includes, the table, the toasted tables, and the indexes. -- 2.50.1