~/sebl[og]

Aller au contenu | Aller au menu | Aller à la recherche

Mot-clé - emacs

Fil des entrées - Fil des commentaires

mardi, mars 9 2021

PostgreSQL Hebdo #73

Par Sébastien Lardière le mardi, mars 9 2021, 09:37 - PostgreSQL

  • emacs
  • postgresql
  • sql

Lu ces dernières semaines :

  • CREATE STATISTICS – advanced query optimization
  • Running multiple instances of the same PostgreSQL version on RHEL/CentOS 7/8 and Fedora
  • Reconnecting your application after a Postgres failover
  • How to SCRAM in Postgres with pgBouncer
  • How many engineers does it take to make subscripting work?
  • Hidden Gems of PostgreSQL 13
  • New target_session_attrs settings for high availability and scaling in PostgreSQL v14
  • pgFormatter v5.0 released

J'utilise cette configuration dans Emacs pour formatter le code SQL :

(defun pgformat-region (beg end)
  (interactive "r")
  (shell-command-on-region
   beg end
   "/usr/local/bin/pg_format -b -s 2 -W 4"
   t t))

Catégories

  • General
  • PostgreSQL
  • Perso
  • Technologies
  • À lire et à écouter
  • Free Software

Mots-clés

  • explain
  • index
  • isolation
  • linux
  • logiciels libres
  • patroni
  • pgbackrest
  • pgbouncer
  • pgwatch
  • plpgsql
  • postgis
  • postgresql
  • PostgreSQL
  • python
  • rust
  • sql
  • SQL
  • transaction
  • vacuum
  • wal

Tous les mots-clés

Pages

  • Curriculum vitæ
  • Liens
  • Présentation

Propulsé par Dotclear