pgsql: Improve description of the pattern matching rules used by psql's - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Improve description of the pattern matching rules used by psql's
Date
Msg-id 20061009233129.A76A69FB2BF@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Improve description of the pattern matching rules used by psql's \d
commands (and soon by pg_dump).

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        psql-ref.sgml (r1.170 -> r1.171)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.170&r2=1.171)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Move processNamePattern into dumputils.c in preparation for using
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Revise psql pattern-matching switches as per discussion.