From 97a5838b3221cc0bfc49fd0589baa847385529d0 Mon Sep 17 00:00:00 2001 From: anthonydb Date: Sat, 4 Sep 2021 11:39:23 -0400 Subject: [PATCH] Label tweak --- Chapter_19/Chapter_19.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter_19/Chapter_19.sql b/Chapter_19/Chapter_19.sql index 89ce88e..6e44d20 100644 --- a/Chapter_19/Chapter_19.sql +++ b/Chapter_19/Chapter_19.sql @@ -84,7 +84,7 @@ SHOW config_file; -- Listing 19-9: Sample postgresql.conf settings (see book for listing) --- Listing 19-10: Show the location of the data directory +-- Listing 19-10: Showing the location of the data directory SHOW data_directory;