Ning Sun

Results 315 comments of Ning Sun

@J0HN50N133 I just found that tables like `pg_class`, `pg_namespace` are hidden tables that available under all schemas, which means some client can run sql like: ``` SELECT c.relname FROM pg_class...

`CustomizeConnection` seems to work for this scenario too. However, it does not has access to `Extension` either.

aha, good idea. Once I got time, I will investigate how to bring in WebGL to HeatCanvas.

Yes, this is designed feature. The leaflet plugin only calculates and shows heat map in current view. So when you zoom in and out, it redraws based in new extent....

Thank you for reporting this. I just found that exaile 0.3.3 is still in development. Currently I have little time to follow the API change. But I will try to...

Yes, this is an incompliant behaviour according to the [Sound Menu Specification ](https://wiki.ubuntu.com/SoundMenu#compliance Sound Menu Specification). But currently it's impossible to override default window behaviour of exaile with a plugin....

hmm, perhaps we need to parse the cookie as http header, manually.

I'm not sure if parseFloat returns correct precision as user want. Explicitly disable this indecisive behavior is preferred.

I think so. Tested with latest JTS and different `PrecisionModel`, the result is identical. Does JTS have an issue board or mailing-list for this?

I just finished codecs for COPY family but the API layer is still pending. Do you have a use-case for COPY commands? Let me know if you have a design...