YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: Extensions

YugabyteDB Tips > Extensions

List Installed Postgres Extensions

Jim KnicelyJune 19, 2023

PostgreSQL extensions provide a way to extend the functionality of a database by bundling SQL objects into a package and using them […]

Read More

Generate a Random UUID in YSQL

Jim KnicelyJanuary 20, 2023

The UUID data type represents Universally Unique Identifiers (UUIDs). A UUID is a sequence of 32 hexadecimal digits separated by hyphens (8 digits […]

Read More

Column Level Public-Key Encryption in YSQL

Jim KnicelyDecember 29, 2022

The YugabyteDB YSQL API supports column-level encryption via the Postgres extension called pgcrypto. The pgcrypto module in PostgreSQL is a powerful tool […]

Read More
Encryption, Security

Store Key-Value Pairs in a Single Value with HSTORE

Jim KnicelyNovember 9, 2022

The Postgres extension hstore implements a new data type (HSTORE) for storing key-value pairs in a single value. The hstore data type […]

Read More

Posts navigation

Older posts
Newer posts

NOTICE

This site is not affiliated, endorsed or associated with YugabyteDB. This site makes no claims on ownership of trademark rights. The author contributions on this site are licensed under CC BY-SA 3.0 with attribution required.

Find Us

Address
Here!

Hours
24×7

Recommended YugabyteDB Links

  • Home
  • Key Concepts
  • Docs
  • Blog
  • Forum
  • Content Library
  • Support



YugabyteDB Tips

Copyright 2025 - Knicely/Li