mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 22:28:15 -04:00
Improve wording of entry.
This commit is contained in:
parent
e011459029
commit
8c6f345005
1 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.388 2005/10/03 23:43:06 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.389 2005/10/05 19:52:22 momjian Exp $
|
||||
|
||||
Typical markup:
|
||||
|
||||
|
|
@ -1153,8 +1153,7 @@ psql -t -f fixseq.sql db1 | psql -e db1
|
|||
Add <function>pg_column_size()</> (Mark Kirkwood)
|
||||
</para>
|
||||
<para>
|
||||
This returns storage size of a column, including any
|
||||
compression used.
|
||||
This returns storage size of a column, which might be compressed.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue