From d319a653589f9610655d0e43abcece8e523094a9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 7 Jan 2009 04:51:34 +0000 Subject: [PATCH] Break out \distv into four separate lines in the psql documentation, for clarity. --- doc/src/sgml/ref/psql-ref.sgml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index b5a5add2ae..92389014fb 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -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, -- 2.40.0