Overview of Predefined Functions in PostgreSQL
Overview of Pre-Defined Functions¶ Like any RDBMS, Postgres provides robust set of pre-defined functions to come up with solutions quickly as per the business requirements. There are many functions, but we will see the most common ones here. Following are the categories of functions that are more commonly used. String Manipulation Date Manipulation Numeric Functions …