From da7b6e2f20f50d4309d81543504915bcad7eed3e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 5 May 2022 16:50:10 +0300 Subject: [PATCH] Update notes for 2020-02 --- content/posts/2020-02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2020-02.md b/content/posts/2020-02.md index 7713b5323..c28962e7f 100644 --- a/content/posts/2020-02.md +++ b/content/posts/2020-02.md @@ -21,7 +21,7 @@ categories: ["Notes"] $ schedtool -D -e ionice -c2 -n7 nice -n19 mvn -U -Dmirage2.on=true -Dmirage2.deps.included=false clean package ``` -- And it seems that we need to enabled `pg_crypto` now (used for UUIDs): +- And it seems that we need to enable `pgcrypto` now (used for UUIDs): ``` $ psql -h localhost -U postgres dspace63