# Configuración de PostgreSQL para Ayutec # Zona horaria: Atlantic/Canary (Islas Canarias, España) # ZONA HORARIA timezone = 'Atlantic/Canary' log_timezone = 'Atlantic/Canary' # LOCALE (opcional - para formato de fechas en español) lc_messages = 'es_ES.UTF-8' lc_monetary = 'es_ES.UTF-8' lc_numeric = 'es_ES.UTF-8' lc_time = 'es_ES.UTF-8' # CONEXIONES max_connections = 100 shared_buffers = 256MB # LOGGING logging_collector = on log_directory = 'pg_log' log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' log_statement = 'mod' # Registrar INSERT, UPDATE, DELETE log_duration = on log_line_prefix = '%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '