Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| postgresql [2024/04/18 01:02] – [Interesting sites] admin | postgresql [2024/08/04 02:07] (current) – [Postgresql] admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Postgresql ====== | ====== Postgresql ====== | ||
| + | <code PYTHON> | ||
| + | |||
| + | psql -h 192.168.1.100 -p 5432 -U u1 mydatabase | ||
| + | |||
| + | |||
| + | import psycopg2 | ||
| + | conn = psycopg2.connect(" | ||
| + | </ | ||
| ===== Interesting sites ===== | ===== Interesting sites ===== | ||
| ** PostgreSQL ** | ** PostgreSQL ** | ||
| + | * https:// | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| Line 746: | Line 755: | ||
| * shared memory no space left https:// | * shared memory no space left https:// | ||
| + | * docker shared memory https:// | ||
| ==== Postgres.DBA locale collation LC_COLLATE setlocale==== | ==== Postgres.DBA locale collation LC_COLLATE setlocale==== | ||
| Line 1217: | Line 1227: | ||
| * Wal-g - https:// | * Wal-g - https:// | ||
| * пример ручного dump c WAL https:// | * пример ручного dump c WAL https:// | ||
| + | * пример pg_backup < | ||
| === Wal-g.Backup статьи === | === Wal-g.Backup статьи === | ||
| Line 1373: | Line 1384: | ||
| ===== Postgres Cluster ===== | ===== Postgres Cluster ===== | ||
| https:// | https:// | ||
| - | ===== Postgres Information ===== | + | ===== Postgres Information |
| * : | * : | ||
| Line 1398: | Line 1409: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| ==== Postgres.Pooler ==== | ==== Postgres.Pooler ==== | ||
| Line 1430: | Line 1442: | ||
| ===== Postgres Install ===== | ===== Postgres Install ===== | ||
| * postgres install example in docker https:// | * postgres install example in docker https:// | ||
| + | * https:// | ||
| ===== Postgres Additional info ===== | ===== Postgres Additional info ===== | ||