Advertisement
chrissharp123

Untitled

Jan 16th, 2020
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. evergreen=# select * from pg_attribute where attname = 'request_time';
  2. attrelid | attname | atttypid | attstattarget | attlen | attnum | attndims | attcacheoff | atttypmod | attbyval | attstorage | attalign | attnotnull | atthasdef | attisdropped | attislocal | attinhcount | attcollation | attacl | attoptions | attfdwoptions
  3. ----------+--------------+----------+---------------+--------+--------+----------+-------------+-----------+----------+------------+----------+------------+-----------+--------------+------------+-------------+--------------+--------+------------+---------------
  4. 2377456 | request_time | 1184 | -1 | 8 | 2 | 0 | -1 | -1 | t | p | d | t | t | f | t | 0 | 0 | | |
  5. 2379074 | request_time | 1184 | -1 | 8 | 7 | 0 | -1 | -1 | t | p | d | t | f | f | t | 0 | 0 | | |
  6. 10729254 | request_time | 1184 | -1 | 8 | 7 | 0 | -1 | -1 | t | p | d | f | f | f | t | 0 | 0 | | |
  7. 2379578 | request_time | 1184 | -1 | 8 | 4 | 0 | -1 | -1 | t | p | d | t | t | f | t | 0 | 0 | | |
  8. 2380103 | request_time | 1184 | -1 | 8 | 6 | 0 | -1 | -1 | t | p | d | t | t | f | t | 0 | 0 | | |
  9. 2381675 | request_time | 1082 | -1 | 4 | 8 | 0 | -1 | -1 | t | p | i | f | f | f | t | 0 | 0 | | |
  10. 2381687 | request_time | 1082 | -1 | 4 | 8 | 0 | -1 | -1 | t | p | i | f | f | f | t | 0 | 0 | | |
  11. 2381965 | request_time | 1082 | -1 | 4 | 8 | 0 | -1 | -1 | t | p | i | f | f | f | t | 0 | 0 | | |
  12. 10729558 | request_time | 1184 | -1 | 8 | 1 | 0 | -1 | -1 | t | p | d | f | f | f | t | 0 | 0 | | |
  13. 2536174 | request_time | 1184 | -1 | 8 | 1 | 0 | -1 | -1 | t | p | d | f | f | f | t | 0 | 0 | | |
  14. (10 rows)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement