Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:postgres:postgres_notes [2007/10/07 00:11] – billh | docs:postgres:postgres_notes [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 27: | Line 27: | ||
* to access the db from another host, you must edit data/ | * to access the db from another host, you must edit data/ | ||
* to add a local subnet, use something like: host all all 192.168.0.0/ | * to add a local subnet, use something like: host all all 192.168.0.0/ | ||
+ | * be careful with any lines ending with ' | ||
+ | * to reload PostgreSQL, such as for configuration file changes, you can use:< | ||
+ | pg_ctl reload | ||
+ | </ | ||
===== Queries ===== | ===== Queries ===== |