(The photo was taken by @koyhoge at PostgreSQL Conference 2011)
- PostgreSQL Conference 2012 - NPO法人 日本PostgreSQLユーザ http://www.postgresql.jp/events/pgcon2012/ (Google translated)
Some thoughts around PostgreSQL and OpenSource.
----------------------------------------------------------------------
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.
----------------------------------------------------------------------
bool enable_logging(Oid relid, bool mode);
| Tweet |
|