Okay, that should put us back in sync. These two patches (src & doc) are
Bruce Momjian <bruce@momjian.us>
Okay, that should put us back in sync. These two patches (src & doc) are against the sources from one hour ago and contain all the portable and up to date stuff. A few other CVS "householding" things you might want to take care of: * Remove the src/bin/cleardbdir directory * Remove the file src/bin/psql/sql_help.h from the repository, as it is a derived file and is build by the release_prep. Peter Eisentraut
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/install.sgml | modified | +5 −5 |
| doc/src/sgml/manage-ag.sgml | modified | +1 −1 |
| doc/src/sgml/manage.sgml | modified | +1 −1 |
| doc/src/sgml/ref/createdb.sgml | modified | +6 −6 |
| doc/src/sgml/ref/createuser.sgml | modified | +15 −7 |
| doc/src/sgml/ref/dropdb.sgml | modified | +2 −2 |
| doc/src/sgml/ref/drop_user.sgml | modified | +2 −4 |
| doc/src/sgml/ref/dropuser.sgml | modified | +5 −7 |
| doc/src/sgml/ref/vacuumdb.sgml | modified | +88 −101 |
| doc/src/sgml/ref/vacuum.sgml | modified | +2 −2 |
| doc/src/sgml/regress.sgml | modified | +1 −1 |
| doc/src/sgml/start-ag.sgml | modified | +2 −2 |
| doc/src/sgml/start.sgml | modified | +1 −1 |
| src/bin/scripts/createdb | modified | +55 −16 |
| src/bin/scripts/createlang.sh | modified | +1 −1 |
| src/bin/scripts/createuser | modified | +58 −13 |
| src/bin/scripts/dropdb | modified | +27 −3 |
| src/bin/scripts/droplang | modified | +12 −1 |
| src/bin/scripts/dropuser | modified | +37 −12 |
| src/bin/scripts/vacuumdb | modified | +40 −10 |