Thread

Commits

  1. doc: Add link to login event trigger example

  1. Is missing LOGIN Event on Trigger Firing Matrix ?

    Marcos Pegoraro <marcos@f10.com.br> — 2024-06-27T18:40:23Z

    create event trigger ... on login is now available but it is not shown on
    DOCs or is it in another page ?
    
    https://www.postgresql.org/docs/devel/event-trigger-matrix.html
    doesn't have it, should be there ?
    
    regards
    Marcos
    
  2. Re: Is missing LOGIN Event on Trigger Firing Matrix ?

    Andrew Dunstan <andrew@dunslane.net> — 2024-06-27T19:39:45Z

    On 2024-06-27 Th 2:40 PM, Marcos Pegoraro wrote:
    > create event trigger ... on login is now available but it is not shown 
    > on DOCs or is it in another page ?
    >
    > https://www.postgresql.org/docs/devel/event-trigger-matrix.html
    > doesn't have it, should be there ?
    >
    
    It's not triggered by a statement. But see here:
    
    
    https://www.postgresql.org/docs/devel/event-trigger-database-login-example.html
    
    
    cheers
    
    
    andrew
    
    
    --
    Andrew Dunstan
    EDB:https://www.enterprisedb.com
    
  3. Re: Is missing LOGIN Event on Trigger Firing Matrix ?

    David G. Johnston <david.g.johnston@gmail.com> — 2024-06-27T20:00:33Z

    On Thu, Jun 27, 2024 at 12:39 PM Andrew Dunstan <andrew@dunslane.net> wrote:
    
    > On 2024-06-27 Th 2:40 PM, Marcos Pegoraro wrote:
    >
    > create event trigger ... on login is now available but it is not shown on
    > DOCs or is it in another page ?
    >
    > https://www.postgresql.org/docs/devel/event-trigger-matrix.html
    > doesn't have it, should be there ?
    >
    >
    > It's not triggered by a statement. But see here:
    >
    >
    >
    > https://www.postgresql.org/docs/devel/event-trigger-database-login-example.html
    >
    >
    >
    I suggest adding a sentence and link from the main description [1] to that
    page.
    
    We already do that for the ones that have commands:
    "For a complete list of commands supported by the event trigger mechanism,
    see Section 38.2."
    
    and login deserves something similar on that page.
    
    David J.
    
    [1] https://www.postgresql.org/docs/devel/event-trigger-definition.html
    
  4. Re: Is missing LOGIN Event on Trigger Firing Matrix ?

    Daniel Gustafsson <daniel@yesql.se> — 2024-07-01T08:45:53Z

    > On 27 Jun 2024, at 22:00, David G. Johnston <david.g.johnston@gmail.com> wrote:
    
    > I suggest adding a sentence and link from the main description [1] to that page.
    
    How about the attached.
    
    --
    Daniel Gustafsson