File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.116 2002/05/17 01:19:16 tgl Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.117 2002/06/15 01:29:49 momjian Exp $
3
3
-->
4
4
5
5
<Chapter Id="runtime">
@@ -1518,8 +1518,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
1518
1518
When a password is specified in <command>CREATE USER</> or
1519
1519
<command>ALTER USER</> without writing either ENCRYPTED or
1520
1520
UNENCRYPTED, this flag determines whether the password is to be
1521
- encrypted. The default is off (do not encrypt the password), but
1522
- this choice may change in a future release.
1521
+ encrypted. The default is on (encrypt the password).
1523
1522
</para>
1524
1523
</listitem>
1525
1524
</varlistentry>
Original file line number Diff line number Diff line change 199
199
#default_transaction_isolation = 'read committed'
200
200
#max_expr_depth = 10000 # min 10
201
201
#max_files_per_process = 1000 # min 25
202
- #password_encryption = false
202
+ #password_encryption = true
203
203
#sql_inheritance = true
204
204
#transform_null_equals = false
You can’t perform that action at this time.
0 commit comments