From: Bruce Momjian Date: Wed, 7 Jan 2009 04:51:34 +0000 (+0000) Subject: Break out \distv into four separate lines in the psql documentation, for X-Git-Tag: recoveryinfrav9~102 X-Git-Url: http://git.postgresql.org/gitweb/irc:/static/gitweb.js?a=commitdiff_plain;h=b7be3f7be84086bc992350266d6192545cd4251d;p=users%2Fsimon%2Fpostgres.git Break out \distv into four separate lines in the psql documentation, for clarity. --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index a2c8e7d72c..d75a0ad5a8 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1113,11 +1113,14 @@ testdb=> - \distv[S+] [ pattern ] + \di[S+] [ pattern ] + \ds[S+] [ pattern ] + \dt[S+] [ pattern ] + \dv[S+] [ pattern ] - This is not the actual command name: the letters + For the above commands, the letters i, s, t, v, S stand for index, sequence, table, view,