mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
Fix capitalization.
This commit is contained in:
parent
be64da227c
commit
250a802c02
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/diskusage.sgml,v 1.3 2002/06/21 19:17:40 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/diskusage.sgml,v 1.4 2002/07/05 00:14:16 momjian Exp $
|
||||
-->
|
||||
|
||||
<chapter id="diskusage">
|
||||
|
|
@ -47,7 +47,7 @@ play-# WHERE relname = 'customer';
|
|||
<programlisting>
|
||||
play=# SELECT relname, relpages
|
||||
play-# FROM pg_class
|
||||
play-# WHERE relname = 'pg_toast_16806' or
|
||||
play-# WHERE relname = 'pg_toast_16806' OR
|
||||
play-# relname = 'pg_toast_16806_index'
|
||||
play-# ORDER BY relname;
|
||||
relname | relpages
|
||||
|
|
|
|||
Loading…
Reference in a new issue