Generated column using function

Started by PG Bug reporting formover 3 years ago1 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/15/ddl-generated-columns.html
Description:

Please could you add an example of a function for generated column that
takes the record as an argument and creates the column using 2 column values
from the record (e.g. firstName || ' '|| lastName.