pgsql: Document that "Q" is ignored by to_date and to_timestamp. - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Document that "Q" is ignored by to_date and to_timestamp.
Date
Msg-id 20100303222842.A51C27541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Document that "Q" is ignored by to_date and to_timestamp.  Add C comment
about the behavior.

Document that quotes in to_date, to_timestamp, to_number skip input
characters.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.506 -> r1.507)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.506&r2=1.507)
    pgsql/src/backend/utils/adt:
        formatting.c (r1.168 -> r1.169)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c?r1=1.168&r2=1.169)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a couple of places that would loop forever if attempts to
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add C comment about DDL changes possibly causing pg_dump errors.