Advertisement
Guest User

Untitled

a guest
Oct 12th, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. postgres=# \dt
  2. List of relations
  3. Schema | Name | Type | Owner
  4. --------+--------------------------+-------+----------
  5. public | CATEGORIES_OF_PLANTABLES | table | postgres
  6. public | CULTIVATION | table | postgres
  7. public | FIELD | table | postgres
  8. public | PERIOD | table | postgres
  9. public | PERIOD_HISTORY | table | postgres
  10. public | PLANTABLE | table | postgres
  11. public | PLANTABLES_WITH_CATEGORY | table | postgres
  12. public | PLANTABLE_CATEGORY | table | postgres
  13. public | PLANTABLE_CATEGORY_LIST | table | postgres
  14. public | PLANTABLE_TYPE_CONDITION | table | postgres
  15. public | PLOT | table | postgres
  16. public | PLOT_IMPROVMENT | table | postgres
  17. public | PLOT_IMPROVMENT_ACTIONS | table | postgres
  18. public | TEST2 | table | postgres
  19. public | test | table | postgres
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement