From: Bruce Momjian Date: Sat, 5 May 2012 15:59:53 +0000 (-0400) Subject: Fix psql doc typo. X-Git-Tag: bdr/0.1~1361 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=768c3affd44d1dcb4e43e2e006c642524714c2a4;p=users%2Fandresfreund%2Fpostgres.git Fix psql doc typo. --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 487df74617..90db3fc664 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -916,7 +916,7 @@ testdb=> - For some types of relation, \d shows additional information + For some types of relations, \d shows additional information for each column: column values for sequences, indexed expression for indexes and foreign data wrapper options for foreign tables.