Hubert depesz Lubaczewski

Results 7 comments of Hubert depesz Lubaczewski

I played with limit and paging. Whatever I do i just get some of playlists.

Found that there are MANY rows in pg_depend that relate to pglogical extension: ``` =# select classid::regclass, count(*) from pg_depend where refclassid = 'pg_extension'::regclass and refobjid = (select oid from...

OK. So, after some thinking, I did: ``` select format('drop trigger %I ON %s;', tgname, tgrelid::regclass::text) from pg_trigger where tgname ~ 'queue_truncate_trig' \gexec ``` and then drop extension pglogical;, and...

List of services/commands that generate this warning: - cloudtrail/create-event-data-store - cloudtrail/get-channel - cloudtrail/get-event-data-store - cloudtrail/get-event-selectors - cloudtrail/list-event-data-stores - cloudtrail/put-event-selectors - cloudtrail/restore-event-data-store - cloudtrail/update-event-data-store - compute-optimizer/export-auto-scaling-group-recommendations - compute-optimizer/export-ec2-instance-recommendations - compute-optimizer/get-auto-scaling-group-recommendations -...

Scanned all other docs, and found also these: ### Inline emphasis start-string without end-string. - acm/request-certificate - backup/create-restore-testing-plan - backup/get-restore-testing-plan - backup/update-restore-testing-plan - ce/get-savings-plans-purchase-recommendation - codecommit/create-approval-rule-template - codecommit/create-pull-request-approval-rule - codecommit/update-pull-request-approval-rule-content...

I think it is because when I did: ``` go install github.com/miquella/vaulted@latest ``` it looks that it installed v1: ``` =# echo $GOPATH /opt/go =# find $GOPATH | grep vaulted...

Based on info in Issue #265 I was able to make config with hardcoded user and its password. Works. But - I thought that it should be possible to *not*...