Viktor Holmberg

Results 11 comments of Viktor Holmberg

sorry, but you can't - no as it is now anyways. feel free to make a pull request if you want! I'll merge it straight away On Sat, 13 Oct...

@blogh Yes I can read it just fine using my own user: ``` ❯ cat /usr/local/var/postgres/postmaster.pid 468 /usr/local/var/postgres 1656576135 5432 /tmp localhost 83572118 65536 ready ❯ ps aux | grep...

Thanks, I appreciate any help! And of course enjoy your holidays, I only appriciate this tool being availible :) /Viktor On 21 Jul 2022, 09:08 +0100, Benoit ***@***.***>, wrote: >...

@blogh Indeed it is: ``` List of roles Role name │ Attributes │ Member of │ Description ───────────┼────────────────────────────────────────────────────────────┼───────────┼───────────── postgres │ Superuser, Create role, Create DB │ {} │ root │...

Apologies for the delay @blogh. Here are the results of running it: ``` ❯ PGDATABASE=web python3 test.py Traceback (most recent call last): File "/Users/viktor/dev/web/test.py", line 18, in proc.io_counters() AttributeError: 'Process'...

any updates on this? Would be nice

Hi! I've seen this issue in production, and it kills my app permanently when it hangs. Would you be open for a PR fixing this? Are there any specific issues...

I'm also getting this issue. Not sure if it will help anyone but here is my stack trace: ```java.lang.Thread.State: RUNNABLE java.net.SocketOutputStream.socketWrite0([email protected]/Native Method) java.net.SocketOutputStream.socketWrite([email protected]/SocketOutputStream.java:110) java.net.SocketOutputStream.write([email protected]/SocketOutputStream.java:150) sun.security.ssl.SSLSocketOutputRecord.deliver([email protected]/SSLSocketOutputRecord.java:345) sun.security.ssl.SSLSocketImpl$AppOutputStream.write([email protected]/SSLSocketImpl.java:1304) java.io.BufferedOutputStream.flushBuffer([email protected]/BufferedOutputStream.java:81) java.io.BufferedOutputStream.write([email protected]/BufferedOutputStream.java:127) - locked...

@davecramer thank you for your reply. Yes sorry I edited my last post - yes my batch size if quite big but not crazy big - 20k rows, 10 columns....