Rodolphe Quiédeville

Results 32 comments of Rodolphe Quiédeville

cc @lisael psycopg2 expose the same datas if you use json or jsonb, the support consists only of patching CREATE or ALTER with **jsonb** in place of **json** Ref :...

Soons good, do you think it somehting you can do or you don't have enough time at the moment, and apprecriate a pull request ? Let us know.

I agree, if the 20 first mentors not match you criterias may be more precise criterias is the solution

This is an awesome patch, hope to see it merged soon !

Made the datafile RFC compliant is always a good thing, but need a lot of communication to all users before apply it in master. Maybe in 2 different changes, one...

This is due to SCRAM authentification, if possible revert to md5 auth and password encryption, it'll work.

SCRAM is supported by Postmodern the library used by pgloader https://github.com/marijnh/Postmodern/issues/217 If you are able to built it, it will work. Hope it's help

Same here, I see lunardate in our dependencies and that is a shame but our code can't depend on a GPL3.0 dependencies but we want to use workalendar as we...

It was the information I missed, how deep is lunardate, if it's imported in `core.py` I guess it's not really optionnal ;-) Thank you for your time @brunobord

As describe in PsotgreSQL doc http://www.postgresql.org/docs/9.4/static/textsearch-indexes.html a Gist/Gin index must be used to index ts_vector. The btree has antoher disavantage to can't contain huge size of text.