From: Sandro Santilli Date: Mon, 23 Jun 2014 07:26:24 +0000 (+0000) Subject: Typo X-Git-Tag: 2.2.0rc1~1075 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eec2fa657834789268d3b6cbebd0f7af93f86fe0;p=postgis Typo git-svn-id: http://svn.osgeo.org/postgis/trunk@12635 b70326c6-7e19-0410-871a-916f4a2858ee --- 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.