[COMMITTERS] pgsql: Fix examples of how to use "su" while starting the server.

2012-09-25 Thread Tom Lane
Fix examples of how to use "su" while starting the server. The syntax "su -c 'command' username" is not accepted by all versions of su, for example not OpenBSD's. More portable is "su username -c 'command'". So change runtime.sgml to recommend that syntax. Also, add a -D switch to the OpenBSD e

[COMMITTERS] pgsql: Fix examples of how to use "su" while starting the server.

2012-09-25 Thread Tom Lane
Fix examples of how to use "su" while starting the server. The syntax "su -c 'command' username" is not accepted by all versions of su, for example not OpenBSD's. More portable is "su username -c 'command'". So change runtime.sgml to recommend that syntax. Also, add a -D switch to the OpenBSD e

[COMMITTERS] pgsql: Fix examples of how to use "su" while starting the server.

2012-09-25 Thread Tom Lane
Fix examples of how to use "su" while starting the server. The syntax "su -c 'command' username" is not accepted by all versions of su, for example not OpenBSD's. More portable is "su username -c 'command'". So change runtime.sgml to recommend that syntax. Also, add a -D switch to the OpenBSD e

[COMMITTERS] pgsql: Fix examples of how to use "su" while starting the server.

2012-09-25 Thread Tom Lane
Fix examples of how to use "su" while starting the server. The syntax "su -c 'command' username" is not accepted by all versions of su, for example not OpenBSD's. More portable is "su username -c 'command'". So change runtime.sgml to recommend that syntax. Also, add a -D switch to the OpenBSD e

[COMMITTERS] pgsql: Fix examples of how to use "su" while starting the server.

2012-09-25 Thread Tom Lane
Fix examples of how to use "su" while starting the server. The syntax "su -c 'command' username" is not accepted by all versions of su, for example not OpenBSD's. More portable is "su username -c 'command'". So change runtime.sgml to recommend that syntax. Also, add a -D switch to the OpenBSD e

[COMMITTERS] pgsql: Fix examples of how to use "su" while starting the server.

2012-09-25 Thread Tom Lane
Fix examples of how to use "su" while starting the server. The syntax "su -c 'command' username" is not accepted by all versions of su, for example not OpenBSD's. More portable is "su username -c 'command'". So change runtime.sgml to recommend that syntax. Also, add a -D switch to the OpenBSD e

[COMMITTERS] pgstatspack - pgstatspack: bugfix typos

2012-09-25 Thread User Uwebartels
Log Message: --- bugfix typos Modified Files: -- pgstatspack/sql: pgstatspack_create_snap.sql (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatspack/pgstatspack/sql/pgstatspack_create_snap.sql?r1=1.7&r2=1.8) -- Sent via pgsql-committers

[COMMITTERS] pgstatspack - pgstatspack: bugfix handling of null values for toast

2012-09-25 Thread User Uwebartels
Log Message: --- bugfix handling of null values for toast tables Modified Files: -- pgstatspack/sql: pgstatspack_create_snap.sql (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatspack/pgstatspack/sql/pgstatspack_create_snap.sql?r1=1.8&r2=1.