1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

Add GUC parameter to control rendezvous name.

This commit is contained in:
Bruce Momjian
2003-07-22 20:29:13 +00:00
parent 25114d3e29
commit a0cc9f3cb9
5 changed files with 38 additions and 15 deletions

View File

@ -38,6 +38,7 @@
#unix_socket_group = ''
#unix_socket_permissions = 0777 # octal
#virtual_host = ''
#rendezvous_name = '' # defaults to the computer name
# - Security & Authentication -