зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
m
Этот коммит содержится в:
родитель
4b4b572fbc
Коммит
c973761ab9
5
db/sql/postgres/ext/ext.txt
Обычный файл
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/
|
||||
|
||||
1
db/sql/postgres/feature/internals/catalog/catalog.txt
Обычный файл
1
db/sql/postgres/feature/internals/catalog/catalog.txt
Обычный файл
@ -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
Обычный файл
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
Обычный файл
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
|
||||
|
||||
2
pl/java/libfws/micro/ibm-quarkus/docs/books.txt
Обычный файл
2
pl/java/libfws/micro/ibm-quarkus/docs/books.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
????
|
||||
Quarcus in Action
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user