Thread

Commits

  1. Doc: clarify description for pg_constraint.convalidated.

  1. [PATCH] Clarify wording for convalidated in pg_constraint.

    Jimmy Angelakos <jimmy@2ndquadrant.com> — 2020-10-30T13:47:04Z

    Hi hackers,
    
    Please find attached my first patch (the tiniest of doc patches) :
    I found the wording around convalidated in pg_catalog documentation a bit
    confusing/ambiguous.
    
    If I'm doing something wrong, please let me know :)
    
    Best regards,
    Jimmy
    
    Jimmy Angelakos
    Senior PostgreSQL Architect
    2ndQuadrant - PostgreSQL Solutions for the Enterprise
    https://www.2ndQuadrant.com/
    
  2. Re: [PATCH] Clarify wording for convalidated in pg_constraint.

    Tom Lane <tgl@sss.pgh.pa.us> — 2020-10-30T14:39:31Z

    Jimmy Angelakos <jimmy@2ndquadrant.com> writes:
    > Please find attached my first patch (the tiniest of doc patches) :
    > I found the wording around convalidated in pg_catalog documentation a bit
    > confusing/ambiguous.
    
    Seems reasonable; pushed.
    
    			regards, tom lane