Thread

  1. pl/python validator function

    Jan Urbański <wulczer@wulczer.org> — 2010-12-23T13:41:21Z

    Here's a patch implementing a validator functoin mentioned in
    http://archives.postgresql.org/pgsql-hackers/2010-12/msg01991.php. It's
    an incremental patch on top of the plpython-refactor patch sent eariler.
    
    Git branch for this patch:
    https://github.com/wulczer/postgres/tree/validator.
    
    Cheers,
    Jan
    
    
  2. Re: pl/python validator function

    Jan Urbański <wulczer@wulczer.org> — 2010-12-23T13:43:12Z

    On 23/12/10 14:41, Jan Urbański wrote:
    > Here's a patch implementing a validator functoin mentioned in
    > http://archives.postgresql.org/pgsql-hackers/2010-12/msg01991.php. It's
    > an incremental patch on top of the plpython-refactor patch sent eariler.
    > 
    > Git branch for this patch:
    > https://github.com/wulczer/postgres/tree/validator.
    > 
    > Cheers,
    > Jan
    
    Yes, here's a patch.
    
    Jan