webinstall / webi-installers

Primary and community-submitted packages for webinstall.dev
https://webinstall.dev
Mozilla Public License 2.0
1.9k stars 207 forks source link

please add create hstore to postgres cheat sheet #444

Open ryanburnette opened 2 years ago

coolaj86 commented 11 months ago
CREATE EXTENSION IF NOT EXISTS hstore;
# for postgres < 13
CREATE EXTENSION IF NOT EXISTS pgcrypto;
#  SELECT gen_random_uuid();