2018-09-12
· 1 min
·
PostgreSQL
Securing PostgreSQL presentation slides from PDXPUG PostgreSQL Day 2018 are now available for download.
0 comments
2018-09-04
· 2 min
·
PostgreSQL
PostgreSQL's CHAR type pads with spaces and silently trims them during operations, creating bizarre behaviors that surprise most developers.
2 comments
2018-08-28
· 1 min
·
PostgreSQL
LOCK TABLE might seem tempting for serializing access, but it blocks autovacuum and replicates to secondaries. Use advisory locks instead.
0 comments
2018-08-09
· 2 min
·
PostgreSQL
Use pg_rewind to reattach a former primary as a secondary without a full rebuild.
0 comments
2018-08-07
· 1 min
·
PostgreSQL
PostgreSQL offers three ways to get the current time: now(), statement_timestamp(), and clock_timestamp(). Learn which one to use and when.
2 comments
2018-07-23
· 1 min
·
PostgreSQL
PgBouncer's self-signed TLS setup requires an easy-to-forget CA file parameter—here's what you need to know.
0 comments
2018-07-18
· 2 min
·
PostgreSQL
Promoting a secondary and rewinding the old primary with pg_rewind is fast—until a timing bug leaves your new secondary unable to recover.
3 comments
2018-07-17
· 2 min
·
PostgreSQL
Google's new checksum verification tool sparked backup integrity concerns, but PostgreSQL's page checksums have been solid since 9.3—some backup tools just…
1 comment
2018-07-16
· 1 min
·
PostgreSQL
Pgpool2 won't connect after you fix a hostname? Delete the pgpool_status file—it caches host status across restarts and won't update automatically.
0 comments
2018-05-10
· 1 min
·
PostgreSQL
Dive into PostgreSQL replication strategies with slides from PerconaLive 2018, covering practical approaches to keeping your databases in sync.
0 comments