Difference between revisions of "Postgresql.conf"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
 +
[[~/brew/var/postgresql@16/postgresql.conf]]
 +
 +
 +
* <code>[[/etc/postgresql/14/main/postgresql.conf]]</code>
 +
* <code>[[/etc/postgresql/13/main/postgresql.conf]]</code>
 
* <code>[[/etc/postgresql/12/main/postgresql.conf]]</code>
 
* <code>[[/etc/postgresql/12/main/postgresql.conf]]</code>
 
* <code>/etc/postgresql/11/main/postgresql.conf</code>
 
* <code>/etc/postgresql/11/main/postgresql.conf</code>
Line 7: Line 12:
 
*<code>logging_collector</code>
 
*<code>logging_collector</code>
  
*<code>listen_addresses = 'localhost'     (Use * for listening on all addresses, review also <code>[[pg_hba.conf]]</code> configuration)</code>
+
* <code>[[listen_addresses]] = 'localhost'     (Use * for listening on all addresses, review also <code>[[pg_hba.conf]]</code> configuration)</code>
  
*<code>[[data_directory]] = '[[/var/lib/]]postgresql/10/main'</code>
+
* <code>[[data_directory]] = '[[/var/lib/]]postgresql/10/main'</code>
  
 
== Related terms ==
 
== Related terms ==
 
* <code>[[pg_hba.conf]]</code>
 
* <code>[[pg_hba.conf]]</code>
 
* <code>[[psql]]</code>
 
* <code>[[psql]]</code>
 +
* <code>[[SHOW config file;]]</code>
 +
Feb 15 11:12:24 ip-10-12-1-184 postgresql@14-main[10891]: Error: [[Data directory]] /data [[must not be owned by root]]
  
 
== See also ==  
 
== See also ==  
 +
* {{postgresql.conf}}
 
* {{PostgreSQL config files}}
 
* {{PostgreSQL config files}}
 
* {{PostgreSQL}}
 
* {{PostgreSQL}}
  
 
[[Category:PostgreSQL]]
 
[[Category:PostgreSQL]]

Latest revision as of 13:46, 8 January 2024

~/brew/var/postgresql@16/postgresql.conf




  • logging_collector

Related terms[edit]

Feb 15 11:12:24 ip-10-12-1-184 postgresql@14-main[10891]: Error: Data directory /data must not be owned by root

See also[edit]

Advertising: