Thread

  1. Re: Add \pset options for boolean value display

    David G. Johnston <david.g.johnston@gmail.com> — 2025-10-20T20:51:37Z

    On Monday, October 20, 2025, Álvaro Herrera <alvherre@kurilemu.de> wrote:
    
    > On 2025-Jun-24, David G. Johnston wrote:
    >
    > > v1, Ready aside from bike-shedding the name.
    >
    > Here's v2 after some kibitzing.  What do you think?
    >
    
    Thank you.  Seems good from a quick read.  I’m regretting the choice of the
    display_ prefix; is there any technical limitation or other opposition to
    using just true and false?
    
    \pset true ‘true’
    \pset false ‘false’
    
    To keep in line with:
    
    \pset null ‘(null)’
    
    David J.