Thread

  1. Re: Missing jsonb_ ... functions on DOCs

    Marcos Pegoraro <marcos@f10.com.br> — 2026-05-12T21:45:05Z

    Em seg., 11 de mai. de 2026 às 12:19, Tom Lane <tgl@sss.pgh.pa.us> escreveu:
    
    > We have a general policy of not documenting functions that underlie
    > operators, simply because doing otherwise would bloat the
    > documentation enormously while not adding much value.
    >
    
    And if we have a separate page containing all non documented functions
    related to their correspondent operators ?
    Just one page with one table with all undocumented jsonb functions, another
    table with undocumented interval functions and so on.
    
    This way we document them and all main pages are not bloated with
    duplicated functions.
    We need only a "Click here to see the functions corresponding to the
    operators you see in this table.", or something
    
    What do you think ?
    
    regards
    Marcos