]> granicus.if.org Git - postgis/commitdiff
Typo
authorSandro Santilli <strk@keybit.net>
Mon, 23 Jun 2014 07:26:24 +0000 (07:26 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 23 Jun 2014 07:26:24 +0000 (07:26 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12635 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index bf2ef4b67dd10d901f149af32d40dceb690b1c53..f38678973b21365185b5667359ccb3facf3f6376 100644 (file)
@@ -2189,7 +2189,7 @@ t          |
                <title>Description</title>
 
                <para>Returns the amount of space (in bytes) the raster takes. </para>
-               <para>This is a nice compliment to PostgreSQL built in functions pg_column_siez, pg_size_pretty, pg_relation_size, pg_total_relation_size.</para>
+               <para>This is a nice compliment to PostgreSQL built in functions pg_column_size, pg_size_pretty, pg_relation_size, pg_total_relation_size.</para>
                <note><para>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.</para>
                <para>pg_total_relation_size - includes, the table, the toasted tables, and the indexes.</para>