Postgres-XC, write-scalable cluster database manager based on PostgreSQL, version 0.9.4 has been released 1 week ago.
Its manuals have finally been released yesterday in Source Forge.
The latest release of Postgres-XC contains new functionalities and is based on PostgreSQL 9.0.3.
Here is the list of documents released.
- Install manual
- README
- FILES
- BSD License
- tar of Postgres-XC 0.9.4
- SQL Limitations
- pgbench tutorial
- Reference manual
- Configurator manual
- DBT-1 Manual
You can also now download the manuals from a new GIT repository:
git clone git://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/pgxcdocs
However to see the diff of the repository, you need to add this configuration to your git config file:
[diff "odf"]
textconv = odt2txt
And those lines to .git/info/attributes
*.ods diff=odf
*.odt diff=odf
*.odp diff=odf