No upcoming presentations...

    pgLogical was a step forward in logical replication for PostgreSQL database users. Recently released, pgEdge, with its Spock extension, has overcome many of the limitations pgLogical users have faced with distributed applications such as fault tolerance, data consistency, conflict resolution, and performance. This webinar will provide an overview and demonstration of pgEdge’s game-changing ad...

    @ Postgres World Webinars 2023

    Aug 30 2023

    Dev

    Finally we have stored procedures in PostgreSQL 11, better late than never.

    PostgreSQL versions prior to 11 only supported functions, the support for stored procedures was added in PostgreSQL 11. It is added as a new schema object which is similar to functions and but without a return value and with some subtle differences and benefits.

    The main benefits of Stored procedure are the follow...

    @ 2021 Postgres Conference Webinars

    Apr 28 2021

    Dev

    Finally we have stroed procedures in PostgreSQL 11, better late then never. PostgreSQL versions prior to 11 only supported functions, the support for stored procedures was added in PostgreSQL 11. It is added as a new schema object which is similar to functions and but without a return value and with some subtle differneces and benefits.

    The main benefits of Stored procedure are the followin...

    @ CHINA 2020 And PGConf.Asia 2020

    Nov 19 2020

    Everything about Postgres

    Stored procedures were added to PostgreSQL in version 11, better late than never.

    PostgreSQL versions prior to 11 only supported functions, the support for stored procedures was added in PostgreSQL 11. It is added as a new schema object which is similar to functions but without a return value and with some subtle differences and benefits.

    The main benefits of Stored procedures are the fol...

    @ Postgres Conference 2020
    Migration

    The future of Postgres Sharding

    The future of Postgres Sharding

    The future of Postgres Sharding

    @ Beijing 2019

    Jul 5 2019

    English Speaker Track

    Pgpool-II has been around to complement PostgreSQL over a decade and provides many features like connection pooling, failover, query caching, load balancing, and HA. High Availability (HA) is very critical to most enterprise application, the clients needs the ability to automatically reconnect with a secondary node when the master nodes goes down.

    This is where Pgpool-II watchdog feature c...

    @ Beijing 2019

    Jul 5 2019

    English Speaker Track