From 58b20e6d75e5ccaba8bd8a8b1c09f90e4a371b63 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 16 Jan 2024 08:56:00 +0100 Subject: doc: Decorate PostgreSQL with productname tag ... in the section about Generated Columns. Author: Ashutosh Bapat Discussion: https://www.postgresql.org/message-id/flat/CAExHW5uOykuTC+C6R1yDSp=o8Q83jr8xJdZxgPkxfZ1Ue5RRGg@mail.gmail.com --- doc/src/sgml/ddl.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 01b1d82b0de..77790f2e4b2 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -249,7 +249,7 @@ CREATE TABLE products ( storage and is computed when it is read. Thus, a virtual generated column is similar to a view and a stored generated column is similar to a materialized view (except that it is always updated automatically). - PostgreSQL currently implements only stored generated columns. + PostgreSQL currently implements only stored generated columns. -- cgit v1.2.3