(The photo was taken by @koyhoge at PostgreSQL Conference 2011)
- PostgreSQL Conference 2012 - NPO法人 日本PostgreSQLユーザ http://www.postgresql.jp/events/pgcon2012/ (Google translated)
The second keynote is "An Overview of PostgreSQL 9.2" by Robert Haas from EnterpriseDB, the United States. I have already known a few enhancements in 9.2, but it's hard to catch up with all of the discussions in pgsql-hackers, so I'm looking forward to hearing about that.
Also, the conference will have three tracks: Technical track, Migration track, and Tutorial track.
The Technical track will have 5 sessions.
- Evaluating PostgreSQL with LifeKeeper, Infiniband and IO accelerator
- Implementing on-memory query cache on pgpool-II
- PostgreSQL-XC: A read-write-scalable PostgreSQL cluster
- Building High Availability Synchronous Replication with Pacemaker
- Extending PostgreSQL with FDW
- Building a guideline for PostgreSQL design and administration
- Migrating database from a commercial RDBMS to PostgreSQL
- An introduction to Better PostgreSQL: PostgreSQL Plus Server
- Tips for migrating database from MySQL to PostgreSQL
- Training new DBA with "The OSS-DB Standard Textbook"
- An introduction to PostgreSQL Architecture and Administration (It's mine!)
- Techniques for PostgreSQL administration and management
- How to execute SQL with considering database security
4 comments:
Looks like a very good line up. One of these days I need to get over to Japan for one of these conferences! :-)
Thanks! Yeah, it would be a great day. And I'm looking forward to seeing you in Japan someday! :)
could you help me please....
hi
I tried to configure replication in windows xp with postgresql 9.0 standard edition,
1. Edit postgresql.conf on the master to turn on streaming replication. Change these settings:
listen_address = '*'
wal_level = hot_standby
max_wal_senders = 3
2. Edit pg_hba.conf on the master in order to let the standby connect.
host replication all 192.168.0.2/32 trust
In stadby server
1. First, in postgresql.conf, change this line:
hot_standby = on
2.Edited recovery.conf on the standby.
standby_mode = 'on'
primary_conninfo = 'host=192.168.0.1'
After putting the recovery.confg in data folder,I cant start the postgresql service.
Hi Vipin,
Could you send me the question via e-mail? Please send e-mail to snaga _at_ uptime _dot_ jp.
Or pgsql-general would be more helpful for you, because there're many pg guys familiar with Windows.
http://archives.postgresql.org/pgsql-general/
Thanks,
Post a Comment