[Video] Introduction to JSON data types in PostgreSQL

October 07, 2018

The video of my presentation below walks you through the major features of the native JSON data type in PostgreSQL 9.3 and beyond.

https://www.youtube.com/watch?v=BtFes871CN0

This presentation covers the following topics:

  • What is JSON?
  • How is it available in PostgreSQL?
  • What’s the difference between JSON and JSONB?
  • Accessing JSON values
  • Creating JSON from table data
  • Creating table data from JSON
  • Crosstabs with JSON
  • Indexing and JSON
  • When to use JSON, when to use JSONB, and when neither should be used
Share this

More Blogs

RAG app with Postgres and pgvector

Build a RAG app using Postgres and pgvector to enhance AI applications with improved data management, privacy, and efficient local LLM integration.
October 08, 2024

Mastering PostgreSQL in Kubernetes with CloudNativePG

Previewing EDB’s training session for PGConf.EU 2024, presented by our Kubernetes experts EDB is committed to advancing PostgreSQL by sharing our expertise and insights, especially as the landscape of database...
September 30, 2024