Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd4be99f

Browse files
committed
(I always forget what the magic numbers 0 through 2 means for the
"syslog" option.)By the way: The "virtual_host" parameter is a bad name for thatparticular option, I think. "Virtual host" signals that PostgreSQL willbehave differently according to which IP address it's contacted (likeApache's virtual host support which makes the web-server serve differentsites according to different criteria). A better word for the optionswould be "tcpip_listen_addr" or something like that.Troels Arvin
1 parent3297804 commitd4be99f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/misc/postgresql.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#unix_socket_directory = ''
3838
#unix_socket_group = ''
3939
#unix_socket_permissions = 0777# octal
40-
#virtual_host = ''
40+
#virtual_host = ''# what interface to listen on; defaults to any
4141
#rendezvous_name = ''# defaults to the computer name
4242

4343
# - Security & Authentication -
@@ -137,7 +137,7 @@
137137

138138
# - Syslog -
139139

140-
#syslog = 0# range 0-2
140+
#syslog = 0# range 0-2; 0=stdout; 1=both; 2=syslog
141141
#syslog_facility = 'LOCAL0'
142142
#syslog_ident = 'postgres'
143143

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp