Posts tagged postgres

Json in Postgres

Let’s say you have a json object stored in a table called process:

Read more ...


Readonly role for Postgres

Let’s create a readonly role for a database called postgres and schema public.

Read more ...