Skip to content

Commit e198b56

Browse files
committed
remove duplicate KL sections for Views
1 parent f6ec4a9 commit e198b56

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/current/v25.4/views.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -623,12 +623,6 @@ To speed up queries on materialized views, you can add an [index]({% link {{ pag
623623
(7 rows)
624624
~~~
625625

626-
### Known limitations
627-
628-
{% include {{page.version.version}}/known-limitations/materialized-views-no-stats.md %}
629-
630-
{% include {{page.version.version}}/known-limitations/cannot-refresh-materialized-views-inside-transactions.md %}
631-
632626
## Temporary views
633627

634628
CockroachDB supports session-scoped temporary views. Unlike persistent views, temporary views can only be accessed from the session in which they were created, and they are dropped at the end of the session. You can create temporary views on both persistent tables and [temporary tables]({% link {{ page.version.version }}/temporary-tables.md %}).
@@ -688,6 +682,10 @@ For example:
688682

689683
{% include {{ page.version.version }}/known-limitations/view-limitations.md %}
690684

685+
{% include {{page.version.version}}/known-limitations/materialized-views-no-stats.md %}
686+
687+
{% include {{page.version.version}}/known-limitations/cannot-refresh-materialized-views-inside-transactions.md %}
688+
691689
## See also
692690

693691
- [Selection Queries]({% link {{ page.version.version }}/selection-queries.md %})

0 commit comments

Comments
 (0)