SlideShare una empresa de Scribd logo
1 de 18
Descargar para leer sin conexión
Postgres Plus Advanced Server 9.2                                 !

 !
 EnterpriseDB Corporation!
 Feb. 2013!




EnterpriseDB, Postgres Plus and Dynatune are trademarks of
EnterpriseDB Corporation. Other names may be trademarks of their   1
respective owners. © 2010. All rights reserved.
Version 9.2                              !

     u     9.2                             :
              u     Oracle

              u 

              u                            /

              u 

              u 

              u     DBA




© 2012 EnterpriseDB. All rights reserved.           2
EnterpriseDB                                             !

     Oracle                          •                              • 

                                     • ANSI/ISO
                                                                    • PL/SQL
                                     •                              • 


                                     • SMP                          • 
                                     •             (            )
                                     •             (sub-query
                                        SELECTS)                    • 
                                     •                              • 
                                                                    •  INSERT      ”Append”


                              /      •                              •  xDB
     HA                                                               (             )

                                     •                              • 

                                                                    • PgPool 3.2
                                     •  xxxxxxx


© 2012 EnterpriseDB. All rights reserved.                   3
EnterpriseDB


                                                    •               SQL USAGE



                                                    •  JSON
                                                    •  RANGE
                                                    •  pg_dump
                                            .       •  pg_upgrade




© 2012 EnterpriseDB. All rights reserved.       4
PL/SQL

u 
u 
u    SPL

      DECLARE
      SUBTYPE INTEGER IS NUMBER (38,0);
      SUBTYPE NAME IS VARCHAR (20) NOT NULL;

      var1 INTEGER;
      var3 NAME := 'hello'; -- NOT NULL constraint, must initialize
      BEGIN
      var1 := 38.38; -- can't have fractional part, it will be lost because of constraint
      DBMS_OUTPUT.PUT_LINE ('Var1 = '|| var1);
      END;
u    DROP TABLE mytable CASCADE CONSTRAINTS;
u             “current_date”
u             “Log”
u                 “STRING”      (VARCHAR2      )
u                “NVARCHAR2”         (VARCHAR2                      )
u                            Table()

        CREATE OR REPLACE TYPE string_a IS TABLE OF VARCHAR2(765);

        select * from table(string_a('abc','xyz')) ;
         column_value
        --------------
         abc
         xyz
        (2 rows)
Postgres Plus Advanced Server 9.2新機能ご紹介
u 


u 
u 
xDB

u 

u 
u 
u 
u 




      vs.
PgPool 3.2
u 
      •                      !
      •                                  pgpool-II
                    !
u    Watchdog

      •  pgpool
      •  watchdog
      •                              !
      •                 IP                 !
      •                          !
u 
u    VIEW
u    VIEW
             VIEW
JSON

u    JSON                 (JavaScript                  )
u 
u                                          :
      •    array_to_json() Returns the array as JSON!
      •    row_to_json()   Returns the row as JSON!

u 
RANGE

u 
u    Range data
u         integer, big int, numeric, timestamp and date
u    “CREATE TYPE”
u    9.2       2
u 
u    date/time range, price ranges, scientific data ranges
u    calculating containment, overlaps, intersections,
      emptiness, upper/lower bounds
u                                             pg_dump
      •                                          !
      •    e.g. restore... !
      •                                    table structure and check constraints first, !
      •                        !
      •                                                           !

u    pg_upgrade
      •          /                                      !
      •                            !
      •                                !
!

     u     Postgres Plus Advanced Server



     u 



     u 




© 2012 EnterpriseDB. All rights reserved.   16
!
     u                                     :
              •     http://www.enterprisedb.com/download-advanced-server!

     u 
              •     http://www.enterprisedb.com/documentation!




© 2012 EnterpriseDB. All rights reserved.               17
What’s New in 

                      Postgres Plus Advanced Server 9.2?!

 Questions?!




EnterpriseDB, Postgres Plus and Dynatune are trademarks of
EnterpriseDB Corporation. Other names may be trademarks of their   18
respective owners. © 2010. All rights reserved.

Más contenido relacionado

La actualidad más candente

Liquidating database frustrations with liquibase
Liquidating database frustrations with liquibaseLiquidating database frustrations with liquibase
Liquidating database frustrations with liquibasePaul Churchward
 
The Hive Think Tank: Rocking the Database World with RocksDB
The Hive Think Tank:  Rocking the Database World with RocksDBThe Hive Think Tank:  Rocking the Database World with RocksDB
The Hive Think Tank: Rocking the Database World with RocksDBThe Hive
 
ใบความรู้ที่ 1 เรื่องความรู้เบื้องต้นเกี่ยวกับฐานข้อมูล
ใบความรู้ที่ 1 เรื่องความรู้เบื้องต้นเกี่ยวกับฐานข้อมูลใบความรู้ที่ 1 เรื่องความรู้เบื้องต้นเกี่ยวกับฐานข้อมูล
ใบความรู้ที่ 1 เรื่องความรู้เบื้องต้นเกี่ยวกับฐานข้อมูลNaowarat Jaikaroon
 
Ogh Ace Case, Part 1 and 2, Oracle Xml Database, Marco Gralike
Ogh Ace Case, Part 1 and 2, Oracle Xml Database, Marco GralikeOgh Ace Case, Part 1 and 2, Oracle Xml Database, Marco Gralike
Ogh Ace Case, Part 1 and 2, Oracle Xml Database, Marco GralikeMarco Gralike
 
Hive Quick Start Tutorial
Hive Quick Start TutorialHive Quick Start Tutorial
Hive Quick Start TutorialCarl Steinbach
 
How mysql handles ORDER BY, GROUP BY, and DISTINCT
How mysql handles ORDER BY, GROUP BY, and DISTINCTHow mysql handles ORDER BY, GROUP BY, and DISTINCT
How mysql handles ORDER BY, GROUP BY, and DISTINCTSergey Petrunya
 
第17回Cassandra勉強会: MyCassandra
第17回Cassandra勉強会: MyCassandra第17回Cassandra勉強会: MyCassandra
第17回Cassandra勉強会: MyCassandraShun Nakamura
 
xPatterns on Spark, Tachyon and Mesos - Bucharest meetup
xPatterns on Spark, Tachyon and Mesos - Bucharest meetupxPatterns on Spark, Tachyon and Mesos - Bucharest meetup
xPatterns on Spark, Tachyon and Mesos - Bucharest meetupRadu Chilom
 
Key-Value-Stores -- The Key to Scaling?
Key-Value-Stores -- The Key to Scaling?Key-Value-Stores -- The Key to Scaling?
Key-Value-Stores -- The Key to Scaling?Tim Lossen
 
What’s New In PostgreSQL 9.3
What’s New In PostgreSQL 9.3What’s New In PostgreSQL 9.3
What’s New In PostgreSQL 9.3Pavan Deolasee
 
Jss 2015 in memory and operational analytics
Jss 2015   in memory and operational analyticsJss 2015   in memory and operational analytics
Jss 2015 in memory and operational analyticsDavid Barbarin
 
Optimizing RocksDB for Open-Channel SSDs
Optimizing RocksDB for Open-Channel SSDsOptimizing RocksDB for Open-Channel SSDs
Optimizing RocksDB for Open-Channel SSDsJavier González
 
X$Tables And Sga Scanner, DOAG2009
X$Tables And Sga Scanner, DOAG2009X$Tables And Sga Scanner, DOAG2009
X$Tables And Sga Scanner, DOAG2009Frank
 
Non-Relational Postgres
Non-Relational PostgresNon-Relational Postgres
Non-Relational PostgresEDB
 
PostgreSQL as an Alternative to MSSQL
PostgreSQL as an Alternative to MSSQLPostgreSQL as an Alternative to MSSQL
PostgreSQL as an Alternative to MSSQLAlexei Krasner
 
SQL Track: Restoring databases with powershell
SQL Track: Restoring databases with powershellSQL Track: Restoring databases with powershell
SQL Track: Restoring databases with powershellITProceed
 
HBaseCon 2015: Analyzing HBase Data with Apache Hive
HBaseCon 2015: Analyzing HBase Data with Apache  HiveHBaseCon 2015: Analyzing HBase Data with Apache  Hive
HBaseCon 2015: Analyzing HBase Data with Apache HiveHBaseCon
 

La actualidad más candente (20)

Liquidating database frustrations with liquibase
Liquidating database frustrations with liquibaseLiquidating database frustrations with liquibase
Liquidating database frustrations with liquibase
 
Postgresql
PostgresqlPostgresql
Postgresql
 
The Hive Think Tank: Rocking the Database World with RocksDB
The Hive Think Tank:  Rocking the Database World with RocksDBThe Hive Think Tank:  Rocking the Database World with RocksDB
The Hive Think Tank: Rocking the Database World with RocksDB
 
ใบความรู้ที่ 1 เรื่องความรู้เบื้องต้นเกี่ยวกับฐานข้อมูล
ใบความรู้ที่ 1 เรื่องความรู้เบื้องต้นเกี่ยวกับฐานข้อมูลใบความรู้ที่ 1 เรื่องความรู้เบื้องต้นเกี่ยวกับฐานข้อมูล
ใบความรู้ที่ 1 เรื่องความรู้เบื้องต้นเกี่ยวกับฐานข้อมูล
 
Ogh Ace Case, Part 1 and 2, Oracle Xml Database, Marco Gralike
Ogh Ace Case, Part 1 and 2, Oracle Xml Database, Marco GralikeOgh Ace Case, Part 1 and 2, Oracle Xml Database, Marco Gralike
Ogh Ace Case, Part 1 and 2, Oracle Xml Database, Marco Gralike
 
Hive Quick Start Tutorial
Hive Quick Start TutorialHive Quick Start Tutorial
Hive Quick Start Tutorial
 
How mysql handles ORDER BY, GROUP BY, and DISTINCT
How mysql handles ORDER BY, GROUP BY, and DISTINCTHow mysql handles ORDER BY, GROUP BY, and DISTINCT
How mysql handles ORDER BY, GROUP BY, and DISTINCT
 
Sofea
SofeaSofea
Sofea
 
MyRocks Deep Dive
MyRocks Deep DiveMyRocks Deep Dive
MyRocks Deep Dive
 
第17回Cassandra勉強会: MyCassandra
第17回Cassandra勉強会: MyCassandra第17回Cassandra勉強会: MyCassandra
第17回Cassandra勉強会: MyCassandra
 
xPatterns on Spark, Tachyon and Mesos - Bucharest meetup
xPatterns on Spark, Tachyon and Mesos - Bucharest meetupxPatterns on Spark, Tachyon and Mesos - Bucharest meetup
xPatterns on Spark, Tachyon and Mesos - Bucharest meetup
 
Key-Value-Stores -- The Key to Scaling?
Key-Value-Stores -- The Key to Scaling?Key-Value-Stores -- The Key to Scaling?
Key-Value-Stores -- The Key to Scaling?
 
What’s New In PostgreSQL 9.3
What’s New In PostgreSQL 9.3What’s New In PostgreSQL 9.3
What’s New In PostgreSQL 9.3
 
Jss 2015 in memory and operational analytics
Jss 2015   in memory and operational analyticsJss 2015   in memory and operational analytics
Jss 2015 in memory and operational analytics
 
Optimizing RocksDB for Open-Channel SSDs
Optimizing RocksDB for Open-Channel SSDsOptimizing RocksDB for Open-Channel SSDs
Optimizing RocksDB for Open-Channel SSDs
 
X$Tables And Sga Scanner, DOAG2009
X$Tables And Sga Scanner, DOAG2009X$Tables And Sga Scanner, DOAG2009
X$Tables And Sga Scanner, DOAG2009
 
Non-Relational Postgres
Non-Relational PostgresNon-Relational Postgres
Non-Relational Postgres
 
PostgreSQL as an Alternative to MSSQL
PostgreSQL as an Alternative to MSSQLPostgreSQL as an Alternative to MSSQL
PostgreSQL as an Alternative to MSSQL
 
SQL Track: Restoring databases with powershell
SQL Track: Restoring databases with powershellSQL Track: Restoring databases with powershell
SQL Track: Restoring databases with powershell
 
HBaseCon 2015: Analyzing HBase Data with Apache Hive
HBaseCon 2015: Analyzing HBase Data with Apache  HiveHBaseCon 2015: Analyzing HBase Data with Apache  Hive
HBaseCon 2015: Analyzing HBase Data with Apache Hive
 

Destacado

Benefits to customers
Benefits to customersBenefits to customers
Benefits to customersleasestation
 
xDB 5.0シングルマスター機能説明 シングルマスター編
xDB 5.0シングルマスター機能説明 シングルマスター編xDB 5.0シングルマスター機能説明 シングルマスター編
xDB 5.0シングルマスター機能説明 シングルマスター編Yuji Fujita
 
Understanding leasing
Understanding leasingUnderstanding leasing
Understanding leasingleasestation
 
Beat your competition
Beat your competitionBeat your competition
Beat your competitionleasestation
 
Enterprise Manager 3.0
Enterprise Manager 3.0Enterprise Manager 3.0
Enterprise Manager 3.0Yuji Fujita
 
Leisure
LeisureLeisure
Leisuremaruu7
 
[db tech showcase Sapporo 2015] C15:商用RDBをOSSへ Oracle to Postgres 徹底解説 by 株式会...
[db tech showcase Sapporo 2015] C15:商用RDBをOSSへ Oracle to Postgres 徹底解説 by 株式会...[db tech showcase Sapporo 2015] C15:商用RDBをOSSへ Oracle to Postgres 徹底解説 by 株式会...
[db tech showcase Sapporo 2015] C15:商用RDBをOSSへ Oracle to Postgres 徹底解説 by 株式会...Insight Technology, Inc.
 

Destacado (9)

Salon
SalonSalon
Salon
 
Benefits to customers
Benefits to customersBenefits to customers
Benefits to customers
 
xDB 5.0シングルマスター機能説明 シングルマスター編
xDB 5.0シングルマスター機能説明 シングルマスター編xDB 5.0シングルマスター機能説明 シングルマスター編
xDB 5.0シングルマスター機能説明 シングルマスター編
 
Understanding leasing
Understanding leasingUnderstanding leasing
Understanding leasing
 
Beat your competition
Beat your competitionBeat your competition
Beat your competition
 
Automotive
AutomotiveAutomotive
Automotive
 
Enterprise Manager 3.0
Enterprise Manager 3.0Enterprise Manager 3.0
Enterprise Manager 3.0
 
Leisure
LeisureLeisure
Leisure
 
[db tech showcase Sapporo 2015] C15:商用RDBをOSSへ Oracle to Postgres 徹底解説 by 株式会...
[db tech showcase Sapporo 2015] C15:商用RDBをOSSへ Oracle to Postgres 徹底解説 by 株式会...[db tech showcase Sapporo 2015] C15:商用RDBをOSSへ Oracle to Postgres 徹底解説 by 株式会...
[db tech showcase Sapporo 2015] C15:商用RDBをOSSへ Oracle to Postgres 徹底解説 by 株式会...
 

Similar a Postgres Plus Advanced Server 9.2新機能ご紹介

DevLOVE Beautiful Development - 第一幕 陽の巻
DevLOVE Beautiful Development - 第一幕 陽の巻DevLOVE Beautiful Development - 第一幕 陽の巻
DevLOVE Beautiful Development - 第一幕 陽の巻都元ダイスケ Miyamoto
 
Avoiding.the.pitfallsof.oracle.migration.2013
Avoiding.the.pitfallsof.oracle.migration.2013Avoiding.the.pitfallsof.oracle.migration.2013
Avoiding.the.pitfallsof.oracle.migration.2013EDB
 
Migration From Oracle to PostgreSQL
Migration From Oracle to PostgreSQLMigration From Oracle to PostgreSQL
Migration From Oracle to PostgreSQLPGConf APAC
 
Liberating Your Data From MySQL: Cross-Database Replication to the Rescue!
Liberating Your Data From MySQL: Cross-Database Replication to the Rescue!Liberating Your Data From MySQL: Cross-Database Replication to the Rescue!
Liberating Your Data From MySQL: Cross-Database Replication to the Rescue!Linas Virbalas
 
Spark After Dark - LA Apache Spark Users Group - Feb 2015
Spark After Dark - LA Apache Spark Users Group - Feb 2015Spark After Dark - LA Apache Spark Users Group - Feb 2015
Spark After Dark - LA Apache Spark Users Group - Feb 2015Chris Fregly
 
Spark after Dark by Chris Fregly of Databricks
Spark after Dark by Chris Fregly of DatabricksSpark after Dark by Chris Fregly of Databricks
Spark after Dark by Chris Fregly of DatabricksData Con LA
 
Lesson09
Lesson09Lesson09
Lesson09renguzi
 
No SQL, No problem - using MongoDB in Ruby
No SQL, No problem - using MongoDB in RubyNo SQL, No problem - using MongoDB in Ruby
No SQL, No problem - using MongoDB in Rubysbeam
 
001 hbase introduction
001 hbase introduction001 hbase introduction
001 hbase introductionScott Miao
 
Whats new in_postgres_enterprise_db_20130124
Whats new in_postgres_enterprise_db_20130124Whats new in_postgres_enterprise_db_20130124
Whats new in_postgres_enterprise_db_20130124EDB
 
Using existing language skillsets to create large-scale, cloud-based analytics
Using existing language skillsets to create large-scale, cloud-based analyticsUsing existing language skillsets to create large-scale, cloud-based analytics
Using existing language skillsets to create large-scale, cloud-based analyticsMicrosoft Tech Community
 
NoSql-YesSQL mickey alon
NoSql-YesSQL mickey alon NoSql-YesSQL mickey alon
NoSql-YesSQL mickey alon Mickey Alon
 
Deep Dive into Apache Apex App Development
Deep Dive into Apache Apex App DevelopmentDeep Dive into Apache Apex App Development
Deep Dive into Apache Apex App DevelopmentApache Apex
 
Introducing U-SQL (SQLPASS 2016)
Introducing U-SQL (SQLPASS 2016)Introducing U-SQL (SQLPASS 2016)
Introducing U-SQL (SQLPASS 2016)Michael Rys
 
Adding Riak to your NoSQL Bag of Tricks
Adding Riak to your NoSQL Bag of TricksAdding Riak to your NoSQL Bag of Tricks
Adding Riak to your NoSQL Bag of Trickssiculars
 
Oracle hadoop let them talk together !
Oracle hadoop let them talk together !Oracle hadoop let them talk together !
Oracle hadoop let them talk together !Laurent Leturgez
 

Similar a Postgres Plus Advanced Server 9.2新機能ご紹介 (20)

DevLOVE Beautiful Development - 第一幕 陽の巻
DevLOVE Beautiful Development - 第一幕 陽の巻DevLOVE Beautiful Development - 第一幕 陽の巻
DevLOVE Beautiful Development - 第一幕 陽の巻
 
Avoiding.the.pitfallsof.oracle.migration.2013
Avoiding.the.pitfallsof.oracle.migration.2013Avoiding.the.pitfallsof.oracle.migration.2013
Avoiding.the.pitfallsof.oracle.migration.2013
 
Migration From Oracle to PostgreSQL
Migration From Oracle to PostgreSQLMigration From Oracle to PostgreSQL
Migration From Oracle to PostgreSQL
 
Liberating Your Data From MySQL: Cross-Database Replication to the Rescue!
Liberating Your Data From MySQL: Cross-Database Replication to the Rescue!Liberating Your Data From MySQL: Cross-Database Replication to the Rescue!
Liberating Your Data From MySQL: Cross-Database Replication to the Rescue!
 
Spark After Dark - LA Apache Spark Users Group - Feb 2015
Spark After Dark - LA Apache Spark Users Group - Feb 2015Spark After Dark - LA Apache Spark Users Group - Feb 2015
Spark After Dark - LA Apache Spark Users Group - Feb 2015
 
Spark after Dark by Chris Fregly of Databricks
Spark after Dark by Chris Fregly of DatabricksSpark after Dark by Chris Fregly of Databricks
Spark after Dark by Chris Fregly of Databricks
 
Flexible Replication
Flexible ReplicationFlexible Replication
Flexible Replication
 
Lesson09
Lesson09Lesson09
Lesson09
 
Sybase To Oracle Migration for DBAs
Sybase To Oracle Migration for DBAsSybase To Oracle Migration for DBAs
Sybase To Oracle Migration for DBAs
 
No SQL, No problem - using MongoDB in Ruby
No SQL, No problem - using MongoDB in RubyNo SQL, No problem - using MongoDB in Ruby
No SQL, No problem - using MongoDB in Ruby
 
001 hbase introduction
001 hbase introduction001 hbase introduction
001 hbase introduction
 
Whats new in_postgres_enterprise_db_20130124
Whats new in_postgres_enterprise_db_20130124Whats new in_postgres_enterprise_db_20130124
Whats new in_postgres_enterprise_db_20130124
 
Using existing language skillsets to create large-scale, cloud-based analytics
Using existing language skillsets to create large-scale, cloud-based analyticsUsing existing language skillsets to create large-scale, cloud-based analytics
Using existing language skillsets to create large-scale, cloud-based analytics
 
NoSql-YesSQL mickey alon
NoSql-YesSQL mickey alon NoSql-YesSQL mickey alon
NoSql-YesSQL mickey alon
 
Deep Dive into Apache Apex App Development
Deep Dive into Apache Apex App DevelopmentDeep Dive into Apache Apex App Development
Deep Dive into Apache Apex App Development
 
Introducing U-SQL (SQLPASS 2016)
Introducing U-SQL (SQLPASS 2016)Introducing U-SQL (SQLPASS 2016)
Introducing U-SQL (SQLPASS 2016)
 
Adding Riak to your NoSQL Bag of Tricks
Adding Riak to your NoSQL Bag of TricksAdding Riak to your NoSQL Bag of Tricks
Adding Riak to your NoSQL Bag of Tricks
 
NoSQL
NoSQLNoSQL
NoSQL
 
Introduction to Apache Drill
Introduction to Apache DrillIntroduction to Apache Drill
Introduction to Apache Drill
 
Oracle hadoop let them talk together !
Oracle hadoop let them talk together !Oracle hadoop let them talk together !
Oracle hadoop let them talk together !
 

Postgres Plus Advanced Server 9.2新機能ご紹介

  • 1. Postgres Plus Advanced Server 9.2 ! ! EnterpriseDB Corporation! Feb. 2013! EnterpriseDB, Postgres Plus and Dynatune are trademarks of EnterpriseDB Corporation. Other names may be trademarks of their 1 respective owners. © 2010. All rights reserved.
  • 2. Version 9.2 ! u  9.2 : u  Oracle u  u  / u  u  u  DBA © 2012 EnterpriseDB. All rights reserved. 2
  • 3. EnterpriseDB ! Oracle •  •  • ANSI/ISO • PL/SQL •  •  • SMP •  •  ( ) •  (sub-query SELECTS) •  •  •  •  INSERT ”Append” / •  •  xDB HA ( ) •  •  • PgPool 3.2 •  xxxxxxx © 2012 EnterpriseDB. All rights reserved. 3
  • 4. EnterpriseDB •  SQL USAGE •  JSON •  RANGE •  pg_dump . •  pg_upgrade © 2012 EnterpriseDB. All rights reserved. 4
  • 5. PL/SQL u  u  u  SPL DECLARE SUBTYPE INTEGER IS NUMBER (38,0); SUBTYPE NAME IS VARCHAR (20) NOT NULL; var1 INTEGER; var3 NAME := 'hello'; -- NOT NULL constraint, must initialize BEGIN var1 := 38.38; -- can't have fractional part, it will be lost because of constraint DBMS_OUTPUT.PUT_LINE ('Var1 = '|| var1); END;
  • 6. u  DROP TABLE mytable CASCADE CONSTRAINTS; u  “current_date” u  “Log” u  “STRING” (VARCHAR2 ) u  “NVARCHAR2” (VARCHAR2 ) u  Table() CREATE OR REPLACE TYPE string_a IS TABLE OF VARCHAR2(765); select * from table(string_a('abc','xyz')) ; column_value -------------- abc xyz (2 rows)
  • 11. PgPool 3.2 u  •  ! •  pgpool-II ! u  Watchdog •  pgpool •  watchdog •  ! •  IP ! •  !
  • 12. u  u  VIEW u  VIEW VIEW
  • 13. JSON u  JSON (JavaScript ) u  u  : •  array_to_json() Returns the array as JSON! •  row_to_json() Returns the row as JSON! u 
  • 14. RANGE u  u  Range data u  integer, big int, numeric, timestamp and date u  “CREATE TYPE” u  9.2 2 u  u  date/time range, price ranges, scientific data ranges u  calculating containment, overlaps, intersections, emptiness, upper/lower bounds
  • 15. u  pg_dump •  ! •  e.g. restore... ! •  table structure and check constraints first, ! •  ! •  ! u  pg_upgrade •  / ! •  ! •  !
  • 16. ! u  Postgres Plus Advanced Server u  u  © 2012 EnterpriseDB. All rights reserved. 16
  • 17. ! u  : •  http://www.enterprisedb.com/download-advanced-server! u  •  http://www.enterprisedb.com/documentation! © 2012 EnterpriseDB. All rights reserved. 17
  • 18. What’s New in 
 Postgres Plus Advanced Server 9.2?! Questions?! EnterpriseDB, Postgres Plus and Dynatune are trademarks of EnterpriseDB Corporation. Other names may be trademarks of their 18 respective owners. © 2010. All rights reserved.