We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9729c93 commit 7dc6ae3Copy full SHA for 7dc6ae3
doc/src/sgml/ddl.sgml
@@ -259,7 +259,7 @@ CREATE TABLE products (
259
CREATE TABLE people (
260
...,
261
height_cm numeric,
262
- height_in numeric <emphasis>GENERATED ALWAYS AS (height_cm * 2.54) STORED</emphasis>
+ height_in numeric <emphasis>GENERATED ALWAYS AS (height_cm / 2.54) STORED</emphasis>
263
);
264
</programlisting>
265
The keyword <literal>STORED</literal> must be specified to choose the
0 commit comments