Bjarke Felbo
Bjarke Felbo
It works just fine on MacOS :) I just made it treat Mac the same way as Linux: ``` print(sysname) if sysname == 'Darwin': sysname = 'Linux' ```
This would be very useful! Any idea of when it might be implemented?
@djrobstep What would be needed just for table, function and column comments?
Amazing, @tolmacevalexandr! Thanks a lot for adding that. How hard would it be to support comments on constraints as well? AFAIK, your implementation would then cover all comments needed for...
It would be extremely useful to have this :)
That's perfect, thanks. I guess comments should be added to the list? Comments do have functionality. For instance, postgraphile that sits on top of postgres uses table comments extensively to...
Some grants/revokes (e.g. on functions as described in #64) seem to be unsupported despite using `--with-privileges`.
This is still an issue. It's also clear from the code itself. E.g. `search()` has the following code, whereas `similar()` doesn't use `opts.fullDetail` at all. ``` if (opts.fullDetail) { //...
That's great to hear, Sebastian! The asterisk approach makes sense. For some benchmarks, it would require many different symbols. For instance, for the IMDB dataset on the [sentiment analysis leaderboard](http://nlpprogress.com/english/sentiment_analysis.html),...
@tonyxiao, did you settle on a solution?