diff options
| author | Peter Eisentraut | 2016-11-03 16:00:00 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2016-11-03 18:02:46 +0000 |
| commit | a0f357e570ce01cf017f02d9f05ab2272663d695 (patch) | |
| tree | 85d179f232cb861b6f4924a193861101f03b0b64 /contrib/earthdistance | |
| parent | 1d15d0db50a5f39ab69c1fe60f2d5dcc7e2ddb9c (diff) | |
psql: Split up "Modifiers" column in \d and \dD
Make separate columns "Collation", "Nullable", "Default".
Reviewed-by: Kuntal Ghosh <kuntalghosh.2007@gmail.com>
Diffstat (limited to 'contrib/earthdistance')
| -rw-r--r-- | contrib/earthdistance/expected/earthdistance.out | 8 |
1 files changed, 4 insertions, 4 deletions
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.* |
