Re: [HACKERS] Logical replication and multimaster

2015-12-15 Thread Jon Erdman
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. > > My understanding as wel

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

2014-11-08 Thread Jon Erdman
7; , '{ "table_name": "my_table" , "cols": [ { "def": "t text" } , { "def": "i int" } ] }' ); -- Jon Erdman (aka StuckMojo) P

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 > wrote: > > Updated the patch in commitfest with the doc change,

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

2013-01-22 Thread Jon Erdman
reSQL 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 aut

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

2013-01-19 Thread Jon Erdman
(312) 285-6735 Progressive Practice, Inc. j...@progressivepractice.com P.O. Box 17288 www.progressivepractice.com Rochester, NY 14617 On Jan 18, 2013, at 5:51 PM, Phil Sorber wrote: > On Sat, Dec 29, 2012 at 1:56 PM, Stephen Frost wrote: >&g

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 wrote: > On Oct 27, 2012, at 10:45 AM, Pavel Stehule wrote: > >> Hel

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

2012-11-09 Thread Jon Erdman
On Oct 27, 2012, at 10:45 AM, Pavel Stehule wrote: > Hello > > 2012/10/27 Jon Erdman : >> >> 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,

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

2012-10-27 Thread Jon Erdman
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 think perhaps dangerous since security definer functions can be so powerful. I thought that rectifying that would make an excellent first patc

[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

[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 equivalen