1
2
3
4
5
6
|
t_girl=# \d tmp_1;
Column
| Type | Modifiers
----------+-----------------------------+-----------
id |
integer
|
log_time |
timestamp
without
time
zone |
|
1
create
type ytt_record
as
(id
int
,log_time
zone);