Experts in Postgres and Open Source Infrastructure

24x7, 365 Enterprise services since 1997

Education

Professional Postgres and Open Source support

Command Prompt, Inc., is the oldest Postgres Company in North America and one of the oldest Open Source firms still operating today. We serve our clients with best in class expertise and professionalism. You can read more about support and services here:


You have landed at the largest single source of Postgres education blogs in the world. At Command Prompt, we believe deeply that the education of the community is critical to the continued success of Postgres and related technologies. We hope you find content you are looking for and don't hesitate to Contact us today for all your Postgres and Open Source consulting and support needs.

How to Use the FIRST_VALUE() Function in PostgreSQL

FIRST_VALUE() is one of the Window functions in Postgres that retrieves the first value in the sorted partition of a result set.

How to Use in JSONB_ARRAY_LENGTH() Function in PostgreSQL

In PostgreSQL, a built-in function named “JSONB_ARRAY_LENGTH()” is used to determine the length of a JSONB array.

How to Get the Type of a JSON Value in PostgreSQL

JSON_TYPEOF() is a built-in JSON function that accepts any valid SQL value and retrieves its data type in text format.

What Does the TO_JSONB() Function Do in PostgreSQL

In PostgreSQL, the TO_JSONB() is a built-in JSON function that accepts any SQL value as an argument and converts it to JSONB format.

How ROW_TO_JSON() Function works in PostgreSQL

In PostgreSQL, the ROW_TO_JSON() is a built-in JSON function that accepts any valid SQL composite type value and converts it into a JSON object.

How Does the TO_JSON() Function Work in PostgreSQL?

In PostgreSQL, the TO_JSON() is a built-in JSON function that accepts any SQL value as an argument and converts it to JSON format.

How to Use CUME_DIST Function in PostgreSQL

In PostgreSQL, the CUME_DIST() function retrieves the cumulative distribution of a value for the given set of values.

What Does ENUM_LAST() Function Do in PostgreSQL?

The ENUM_LAST() is a built-in function in Postgres that retrieves the last value of the enum specified by the parameter.

How to Use ENUM_FIRST() Function in PostgreSQL

The ENUM_FIRST() is a built-in function in Postgres that retrieves the first value of the enum specified by the parameter.

How Does the JSON_BUILD_OBJECT() Function Work in PostgreSQL

The JSON_BUILD_OBJECT() function is used to create and retrieve a JSON object from a variadic parameter list of key-value pairs.