EDB Team
We're Postgres experts and are meaningful contributors to the PostgreSQL project and the PostgreSQL ecosystem.
Our PostgreSQL experts build software and deliver services for customers worldwide and have been at it longer than any other company in the world. We're thrilled to share our knowledge with you.
Read Blogs
Business Transformation
As a leader in the mobility energy sector in Europe, the TSG Group has established itself as a beacon of sustainability through innovative solutions. While many previously knew them by the name Tokheim as manufacturers of fuel dispensing technologies and gas service stations, they decided to make a change and expand their focus following the sale of a portion of their business to an American enterprise.
News
We are excited to announce that Imperva is the newest addition to the EDB GlobalConnect Technology Partner Program. Through our partnership with Imperva we are enabling customers to use Imperva Data Security Fabric (DSF) to protect their EDB Postgres Advanced Server and PostgreSQL database instances.
News
We at EDB are excited to introduce Chemaxon, a leader in the field of Cheminformatics, as the newest addition to the EDB GlobalConnect Technology Partner Program. Through our partnership, we are enabling our customers to use the Chemaxon JChem PostgreSQL Cartridge with EDB Postgres Advanced Server and PostgreSQL.
News
Now is your chance to dive deeper into Postgres. Secure your spot at our best Postgres Vision yet and get ready to learn how you can make the move and evolve your enterprise. Plus, keep an eye on our social media for the latest information.
Business Transformation
In this part of our migration from Oracle to PostgreSQL series we’ll be taking a look at the START WITH/CONNECT BY construct.
Postgres Tutorials
Almost every table you create has its own associated (unique) TOAST table, which may or may not ever end up being used, depending on the size of rows you insert. A table with only fixed-width columns like integers may not have an associated toast table.
Postgres Tutorials
In this article we are going to look at what an SQL query is and how to use it with PostgreSQL databases in different situations. We provide 50 examples of types of SQL, queries along with descriptions of their functions and how to use them in PostgreSQL. What is SQL? SQL is short for Structured Query Language. Originally, it used to be called SEQUEL (Structured English Query Language) and was...
Postgres Tutorials
This article describes how you can use Node.js and PostgreSQL to create an API and provides an example for how to create a table.
Postgres Tutorials
If your organization uses EDB Postgres in Amazon Web Services and you want to leverage advanced EDB Backup and Recovery Tool (BART) features such as incremental backup, one way to accomplish this is with Amazon Elastic File System (EFS).
Postgres Tutorials
This article covers the ALTER DATABASE, RENAME DATABASE, and DROP DATABASE statements and using the CREATE DATABASE WITH TEMPLATE statement to copy a database.