Этот коммит содержится в:
Ihar Hancharenka 2025-01-25 09:22:08 +03:00
родитель 4b4b572fbc
Коммит c973761ab9
11 изменённых файлов: 56 добавлений и 1 удалений

5
db/sql/postgres/ext/ext.txt Обычный файл
Просмотреть файл

@ -0,0 +1,5 @@
pg_available_extensions (available for install)
https://www.postgresql.org/docs/current/view-pg-available-extensions.html
pg_extension (installed)
https://www.postgresql.org/docs/current/catalog-pg-extension.html

Просмотреть файл

@ -13,3 +13,5 @@ postgresql.auto.conf
alter system set/reset <par> to <val>;
select pg_settings from pg_show_all_settings ...
!!!
show config_file;

Просмотреть файл

@ -1,3 +1,31 @@
https://www.postgresql.org/docs/current/ssl-tcp.html
https://postgrespro.ru/docs/postgrespro/current/sslinfo
https://www.postgresql.org/docs/current/monitoring-stats.html#MONITORING-PG-STAT-SSL-VIEW
https://www.opswat.com/docs/mdcore/installation/ssl-connection-for-postgresql-communication
https://www.postgresql.org/docs/current/sslinfo.html
https://docs.arenadata.io/adb/adminguide/sslencr.html
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.Concepts.General.SSL.html
https://doxygen.postgresql.org/sslinfo_8c_source.html
https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/how-to-connect-tls-ssl
psql "sslmode=verify-full sslrootcert=/path-to/DigiCertGlobalRootCA.crt.pem host=mydemoserver.postgres.database.azure.com dbname=postgres user=myadmin"
2025
https://www.ibm.com/docs/en/sqsp/51?topic=dr-step-3-configuring-postgres-ssl
2024
https://goteleport.com/learn/postgresql-ssl-authentication-guide/
https://dev.to/dm8ry/postgresql-how-to-check-connections-that-are-not-using-ssl-encryption-42am
SELECT usename, datname, ssl, client_addr, query
FROM pg_stat_ssl
JOIN pg_stat_activity ON pg_stat_ssl.pid = pg_stat_activity.pid
WHERE ssl!='t'
2023
https://demirhuseyinn-94.medium.com/postgresql-ssl-configuration-to-connect-database-114f867d96e0
2022
https://knowledge.informatica.com/s/article/DOC-19085?language=en_US
2021
https://www.cybertec-postgresql.com/en/setting-up-ssl-authentication-for-postgresql/

Просмотреть файл

@ -0,0 +1 @@
https://www.postgresql.org/docs/current/catalogs.html

Просмотреть файл

@ -1,5 +1,12 @@
https://postgrespro.ru/docs/postgresql/14/indexes-types
!!!
https://github.com/ankane/pghero/blob/master/lib/pghero/methods/indexes.rb
https://github.com/ankane/pghero/blob/master/lib/pghero/methods/suggested_indexes.rb
https://github.com/ankane/pghero/blob/master/lib/pghero/methods/maintenance.rb
https://github.com/ankane/pghero/blob/master/lib/pghero/methods/space.rb
https://github.com/ankane/pghero/blob/master/lib/pghero/methods/queries.rb
create index <name>
on ... concurrently;

2
db/sql/postgres/tools/dashboard/pghero.txt Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
https://github.com/ankane/pghero/
https://github.com/ankane/pghero/blob/master/lib/pghero/methods/query_stats.rb

Просмотреть файл

@ -1 +0,0 @@
https://github.com/ankane/pghero/

4
devops/container/docker/cli/debug.txt Обычный файл
Просмотреть файл

@ -0,0 +1,4 @@
https://docs.docker.com/reference/cli/docker/debug/
!!! requires a Pro, Team, or Business subcription.
??? nixos

Просмотреть файл

@ -0,0 +1,2 @@
2024
https://habr.com/ru/articles/856698/

Просмотреть файл

@ -1,3 +1,6 @@
2024
https://manjulapiyumal.medium.com/mastering-kafka-advanced-concepts-every-senior-software-engineer-should-know-9283664c99e1
https://nuancesprog.ru/p/27478/
2022
https://habr.com/ru/company/southbridge/blog/688328/
2020

Просмотреть файл

@ -0,0 +1,2 @@
????
Quarcus in Action