From 61a0adabb488f819d10950f5f2f40ba9b51694b0 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 17 Nov 2021 23:09:29 -0500 Subject: [PATCH] note on which binaries are used for postgres --- postgres/postgres.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postgres/postgres.md b/postgres/postgres.md index 47ca954..6dab609 100644 --- a/postgres/postgres.md +++ b/postgres/postgres.md @@ -30,3 +30,5 @@ LIMIT 100; Alter Column ========================================================== ALTER TABLE rlarp.pcore ALTER COLUMN pack SET DATA TYPE numeric USING pack::numeric + +psql binary for latest version is always used but pg_dump is not, you have to set the default version in ~/.postgresqlrc