- uptimejp/pg_part
https://github.com/uptimejp/pg_part
- PostgreSQL: Documentation: 9.1: Partitioning
http://www.postgresql.org/docs/9.1/static/ddl-partitioning.html
Some thoughts around PostgreSQL and OpenSource.
As you all may know, understanding activities inside database management system is one of the important, but difficult and painful tasks for DBAs, not only for newbies, but also experienced DBAs. I saw many DBAs struggling with PostgreSQL because of such difficulties.----------------------------------------------------------------------
2011-11-15 Satoshi Nagayasu <satoshi.nagayasu@gmail.com>
* Version 0.5.1
* Allows to lookup the object names for the build-in database objects
by reading `oid2name.txt' file, instead of reading the system
catalogs through a database connection,
* Added '-f, --file' option to read an oid2name cache file,
* Added '-g, --gen_oid2name' option to generate an oid2name file
to cache oids and object names in the system catalogs.
----------------------------------------------------------------------
| Tweet |
|