mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Small terminology fixes in comments
Author: jian he <jian.universality@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/CAHg%2BQDcd%3Dt69gLf9yQexO07EJ2mx0Z70NFHo6h94X1EDA%3DhM0g%40mail.gmail.com
This commit is contained in:
parent
7ac030d5b1
commit
f0aedc7cb0
2 changed files with 4 additions and 4 deletions
|
|
@ -2036,7 +2036,7 @@ SELECT * FROM for_portion_of_test2 ORDER BY id, valid_at;
|
|||
DROP TABLE for_portion_of_test2;
|
||||
DROP TYPE mydaterange;
|
||||
-- Test FOR PORTION OF against a partitioned table.
|
||||
-- Include a GENERATED STORED column to test updatedCols column mapping.
|
||||
-- Include a stored generated column to test updatedCols column mapping.
|
||||
-- temporal_partitioned_1 has the same attnums as the root
|
||||
-- temporal_partitioned_3 has the different attnums from the root
|
||||
-- temporal_partitioned_5 has the different attnums too, but reversed
|
||||
|
|
@ -2208,7 +2208,7 @@ SELECT * FROM fpo_rule ORDER BY f1;
|
|||
(2 rows)
|
||||
|
||||
DROP TABLE fpo_rule;
|
||||
-- UPDATE FOR PORTION OF with generated stored columns
|
||||
-- UPDATE FOR PORTION OF with generated columns
|
||||
-- The generated column depends on the range column, so it must be
|
||||
-- recomputed when FOR PORTION OF narrows the range.
|
||||
CREATE TABLE fpo_generated (
|
||||
|
|
|
|||
|
|
@ -1338,7 +1338,7 @@ DROP TABLE for_portion_of_test2;
|
|||
DROP TYPE mydaterange;
|
||||
|
||||
-- Test FOR PORTION OF against a partitioned table.
|
||||
-- Include a GENERATED STORED column to test updatedCols column mapping.
|
||||
-- Include a stored generated column to test updatedCols column mapping.
|
||||
-- temporal_partitioned_1 has the same attnums as the root
|
||||
-- temporal_partitioned_3 has the different attnums from the root
|
||||
-- temporal_partitioned_5 has the different attnums too, but reversed
|
||||
|
|
@ -1448,7 +1448,7 @@ SELECT * FROM fpo_rule ORDER BY f1;
|
|||
|
||||
DROP TABLE fpo_rule;
|
||||
|
||||
-- UPDATE FOR PORTION OF with generated stored columns
|
||||
-- UPDATE FOR PORTION OF with generated columns
|
||||
-- The generated column depends on the range column, so it must be
|
||||
-- recomputed when FOR PORTION OF narrows the range.
|
||||
CREATE TABLE fpo_generated (
|
||||
|
|
|
|||
Loading…
Reference in a new issue