spacing
This commit is contained in:
parent
52df659318
commit
cf08bcd6f7
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ select
|
|||
attr.atthasdef as "column.hasDefault",
|
||||
(case
|
||||
when tp.typtype = 'b' AND tp.typcategory <> 'A' then 'base'
|
||||
when tp.typtype = 'b' AND tp.typcategory = 'A' then 'array'
|
||||
when tp.typtype = 'b' AND tp.typcategory = 'A' then 'array'
|
||||
when tp.typtype = 'd' then 'base'
|
||||
when tp.typtype = 'e' then 'enum'
|
||||
when tp.typtype = 'r' then 'range'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue