From f9d19c4977ee869e437dafe14a2b26156642ec43 Mon Sep 17 00:00:00 2001 From: Dave Glover Date: Wed, 20 Dec 2023 07:27:01 +1100 Subject: [PATCH] Update TIPS_AND_TRICKS.md --- TIPS_AND_TRICKS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TIPS_AND_TRICKS.md b/TIPS_AND_TRICKS.md index 8ebe907..62dc6cf 100644 --- a/TIPS_AND_TRICKS.md +++ b/TIPS_AND_TRICKS.md @@ -431,6 +431,8 @@ docker run --name postgresql -e POSTGRES_PASSWORD=YOUR_STRONG_PASSWORD -v postgr ### PostgreSQL admin tools +Supported on Windows, Linux, and macOS on X64 and Apple Silicon ARM64. + - [pgAdmin 4](https://www.pgadmin.org/download/): Generally easier to use. - [DbVisulizer](https://www.dbvis.com/): Some advanced admin tools and visualizations.