|
Lines 50-55
Link Here
|
| 50 |
NB. FreeBSD's PostgreSQL port logs to syslog by default |
50 |
NB. FreeBSD's PostgreSQL port logs to syslog by default |
| 51 |
See ~pgsql/data/postgresql.conf for more info |
51 |
See ~pgsql/data/postgresql.conf for more info |
| 52 |
|
52 |
|
|
|
53 |
NB. If you're not using a checksumming filesystem like ZFS, you might |
| 54 |
wish to enable data checksumming. It can only be enabled during |
| 55 |
the initdb phase, by adding "-k" flag to the postgres_initdb_flags |
| 56 |
rcvar. Check the initdb(1) manpage for more info and make sure you |
| 57 |
understand the performance implications. |
| 58 |
|
| 53 |
====================================================================== |
59 |
====================================================================== |
| 54 |
|
60 |
|
| 55 |
To run PostgreSQL at startup, add |
61 |
To run PostgreSQL at startup, add |