nathansgreen

Results 11 comments of nathansgreen

@gabyx This is an issue with Alpine Linux. It's maintained within the Alpine Linux project. The build script is linked below. You can submit your own patch to the project...

I'm interested in tracking down flags, but I'm still figuring out where to start.

I noticed the [comment](#issuecomment-889632062) with sample output has `node_node_` as its prefix. Shouldn't this be just `node_`?

I also noticed that the IP address is labeled as `addr`, but it seems to me that `address` (unabbreviated) works better. It's the same label that is used by MAC...

Since #143 has been merged, there is no longer a way to control where table files are created. Systems that make use of tablespaces need to be able to control...

I noticed that `pg_total_relation_size` will tell me the size of my table, but `pg_relation_filepath` will not tell me where the files are stored. Postgres appears to use the default tablespace...

It's possible, but it makes for a lot of extra complexity. I'd have to use `dblink` or `postgres_fdw` to load tables and run queries. Keeping everything organized would be a...

@dmarkov please assign to someone else.

Try switching from `mavenCentral()` to `jcenter()`. If you look in this project's `build.gradle` file you'll see it uses `http://maven.tmatesoft.com/content/repositories/releases/` instead of maven central to get this dependency. (See https://bintray.com/bintray/jcenter/org.tmatesoft.hg4j%3Ahg4j/view)

`pam_syslog` is specific to Linux PAM[1]. It does not exist on MacOS, and seems absent from Illumos[2] as well. [1] https://www.opennet.ru/man.shtml?topic=pam_syslog&category=3 [2] https://illumos.org/man/3LIB/libpam