From a0f357e570ce01cf017f02d9f05ab2272663d695 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 3 Nov 2016 12:00:00 -0400 Subject: psql: Split up "Modifiers" column in \d and \dD Make separate columns "Collation", "Nullable", "Default". Reviewed-by: Kuntal Ghosh --- contrib/earthdistance/expected/earthdistance.out | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib/earthdistance') diff --git a/contrib/earthdistance/expected/earthdistance.out b/contrib/earthdistance/expected/earthdistance.out index e9daa8488ea..89022491cb6 100644 --- a/contrib/earthdistance/expected/earthdistance.out +++ b/contrib/earthdistance/expected/earthdistance.out @@ -1049,10 +1049,10 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. drop extension cube cascade; NOTICE: drop cascades to table foo column f1 \d foo - Table "public.foo" - Column | Type | Modifiers ---------+---------+----------- - f2 | integer | + Table "public.foo" + Column | Type | Collation | Nullable | Default +--------+---------+-----------+----------+--------- + f2 | integer | | | -- list what's installed \dT public.* -- cgit v1.2.3