Re: [HACKERS] Logical replication and multimaster

2015-12-15 Thread Jon Erdman
> tuits (the round ones) to rewrite the functionality as libraries and > > refactor pg_dump/pg_restore to use only calls to same. As usual, it's > > less about writing the code and more about the enormous amount of > > testing any such a refactor would entail. > >

[HACKERS] Fw: [GENERAL] PLV8 and JS exports / referencing

2014-11-08 Thread Jon Erdman
: my_table , cols: [ { def: t text } , { def: i int } ] }' ); -- Jon Erdman (aka StuckMojo) PostgreSQL Zealot Begin forwarded message: Date: Wed, 5 Nov 2014 17:01:29 -0600 From: Jon Erdman postgre...@thewickedtribe.net To: pgsql-gene

Re: [HACKERS] My first patch! (to \df output)

2013-01-22 Thread Jon Erdman
Zealot On 01/20/2013 08:27 PM, Craig Ringer wrote: On 01/19/2013 11:54 PM, Jon Erdman wrote: I did realize that since I moved it to + the doc should change, but I didn't address that. I'll get on it this weekend. Held as waiting on author, then. Please update https://commitfest.postgresql.org

Re: [HACKERS] My first patch! (to \df output)

2013-01-22 Thread Jon Erdman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Done. Attached. - -- Jon T Erdman (aka StuckMojo) PostgreSQL Zealot On 01/22/2013 11:17 PM, Phil Sorber wrote: On Wed, Jan 23, 2013 at 12:10 AM, Jon Erdman postgre...@thewickedtribe.net wrote: Updated the patch in commitfest with the doc

Re: [HACKERS] My first patch! (to \df output)

2012-11-09 Thread Jon Erdman
On Oct 27, 2012, at 10:45 AM, Pavel Stehule pavel.steh...@gmail.com wrote: Hello 2012/10/27 Jon Erdman postgre...@thewickedtribe.net: Hello Hackers! So, currently the only way to see if a function is security definer or not is to directly query pg_proc. This is both irritating, and I

Re: [HACKERS] My first patch! (to \df output)

2012-11-09 Thread Jon Erdman
Oops! Here it is in the proper diff format. I didn't have my env set up correctly :( describe.patch Description: Binary data -- Jon T Erdman Postgresql Zealot On Nov 9, 2012, at 1:53 PM, Jon Erdman postgre...@thewickedtribe.net wrote: On Oct 27, 2012, at 10:45 AM, Pavel Stehule

[HACKERS] Proposing new logline_prefix escape...

2009-12-02 Thread Jon Erdman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So... Came across a situation today where I would have liked to know the effective role of a query because of a permission error. When I went to add that to the logline_prefix, I realized that right now all we have is %u which gives you the

[HACKERS] Proposing new logline_prefix escape...

2009-12-02 Thread Jon Erdman
So... Came across a situation today where I would have liked to know the effective role of a query because of a permission error. When I went to add that to the logline_prefix, I realized that right now all we have is %u which gives you the equivalent of session_user...I think it would be useful