what is the log file name where can i find the log database log file ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • reddy299
    New Member
    • Jan 2022
    • 1

    what is the log file name where can i find the log database log file ?

    Hi Folks,

    As a SQLDBA, I am currently learning PSTGR Administration, and I have gone through Database Architecture.

    SQL database has two files: a data file and a log file, and all DML transactions are logged to the log file before writing to the data file.. when log files gets full, we shrink the files.

    How does Postgre compare to SQL log file?

    Thanks,
    Reddy
Working...