Re: [O] [PATCH] add port switch for postgresql support in ob-sql.el

2016-05-22 Thread Nicolas Goaziou
Hello, Justin Kirby writes: > I added a port switch for postgresql in ob-sql.el Thank you for the patch. Some comments follow. > I have attached a simple patch to fix this and have verified it works > for me. I would have loved to add some tests, but I ran into some > problems: > > 1) I could

[O] [PATCH] add port switch for postgresql support in ob-sql.el

2016-05-19 Thread Justin Kirby
I added a port switch for postgresql in ob-sql.el If you have sql loaded and do something like the follow: #+name: example #+header: :engine postgresql #+header: :dbhost localhost #+header: :dbport 6543 #+header: :dbuser orgmode #+header: :database ob-sql #+BEGIN_SRC sql select * from everythin