Advertisement
Guest User

Untitled

a guest
May 28th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. Admins-Mac-mini-2:snapshot admin$ pg_controldata data
  2. pg_control version number: 942
  3. Catalog version number: 201409291
  4. Database system identifier: 6289438103631020068
  5. Database cluster state: in production
  6. pg_control last modified: Sun May 28 12:18:53 2017
  7. Latest checkpoint location: 46/66000028
  8. Prior checkpoint location: 46/65000060
  9. Latest checkpoint's REDO location: 46/66000028
  10. Latest checkpoint's REDO WAL file: 000000070000004600000066
  11. Latest checkpoint's TimeLineID: 7
  12. Latest checkpoint's PrevTimeLineID: 7
  13. Latest checkpoint's full_page_writes: on
  14. Latest checkpoint's NextXID: 0/362387
  15. Latest checkpoint's NextOID: 33775
  16. Latest checkpoint's NextMultiXactId: 335
  17. Latest checkpoint's NextMultiOffset: 770
  18. Latest checkpoint's oldestXID: 1820
  19. Latest checkpoint's oldestXID's DB: 1
  20. Latest checkpoint's oldestActiveXID: 0
  21. Latest checkpoint's oldestMultiXid: 1
  22. Latest checkpoint's oldestMulti's DB: 1
  23. Time of latest checkpoint: Sun May 28 12:18:53 2017
  24. Fake LSN counter for unlogged rels: 0/1
  25. Minimum recovery ending location: 0/0
  26. Min recovery ending loc's timeline: 0
  27. Backup start location: 0/0
  28. Backup end location: 0/0
  29. End-of-backup record required: no
  30. Current wal_level setting: minimal
  31. Current wal_log_hints setting: off
  32. Current max_connections setting: 100
  33. Current max_worker_processes setting: 8
  34. Current max_prepared_xacts setting: 0
  35. Current max_locks_per_xact setting: 64
  36. Maximum data alignment: 8
  37. Database block size: 8192
  38. Blocks per segment of large relation: 131072
  39. WAL block size: 8192
  40. Bytes per WAL segment: 16777216
  41. Maximum length of identifiers: 64
  42. Maximum columns in an index: 32
  43. Maximum size of a TOAST chunk: 1996
  44. Size of a large-object chunk: 2048
  45. Date/time type storage: 64-bit integers
  46. Float4 argument passing: by value
  47. Float8 argument passing: by value
  48. Data page checksum version: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement