diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index e68f82bb3c8cae6bdd7199b4bdbc726a4ea10b7f..0aa2a88549da2942f9b119dc15eaf4710d3fb8d2 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -239,15 +239,21 @@
 #log_connections = false
 #log_disconnections = false
 #log_duration = false
-#log_line_prefix = ''		# e.g. '<%u%%%d> ' 
-				# %u=user name %d=database name
-				# %r=remote host and port %h=remote host
-				# %p=PID %t=timestamp %i=command tag
-				# %m=timestamp with milliseconds
-				# %c=session id %l=session line number
-				# %s=session start timestamp %x=transaction id
-				# %q=stop here in non-session processes
-				# %%='%'
+#log_line_prefix = ''		# %u = user name
+				# %d = database name
+				# %r = remote host and port
+				# %h = remote host
+				# %p = PID
+				# %t = timestamp 
+				# %m = timestamp with milliseconds
+				# %i = command tag
+				# %c = session id
+				# %l = session line number
+				# %s = session start timestamp
+				# %x = transaction id
+				# %q = stop here in non-session processes
+				# %% = '%'
+				# e.g. '<%u%%%d> '
 #log_statement = 'none'		# none, mod, ddl, all
 #log_hostname = false