Skip to content

Commit 6ffbb65

Browse files
KananSuphilip
authored andcommitted
docs: fix navigation order for GROUPING SETS, CUBE, ROLLUP, and Subquery documents
Fixed the navigation relationship between the GROUPING SETS, CUBE, ROLLUP, and Subquery documents to ensure the correct sequence: GROUPING SETS, followed by CUBE, then ROLLUP, and finally Subquery according to 'content/postgresql/sidebar.yaml'.
1 parent a05fccb commit 6ffbb65

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

content/postgresql/postgresql-tutorial/postgresql-cube.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ogImage: '/postgresqltutorial/sales-table.png'
77
updatedOn: '2024-07-01T01:06:31+00:00'
88
enableTableOfContents: true
99
previousLink:
10+
title: 'PostgreSQL GROUPING SETS'
11+
slug: 'postgresql-tutorial/postgresql-grouping-sets'
12+
nextLink:
1013
title: 'PostgreSQL ROLLUP'
1114
slug: 'postgresql-tutorial/postgresql-rollup'
12-
nextLink:
13-
title: 'PostgreSQL Subquery'
14-
slug: 'postgresql-tutorial/postgresql-subquery'
1515
---
1616

1717
**Summary**: in this tutorial, you will learn how to use the PostgreSQL `CUBE` to generate multiple grouping sets.

content/postgresql/postgresql-tutorial/postgresql-grouping-sets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ previousLink:
1010
title: 'PostgreSQL EXCEPT'
1111
slug: 'postgresql-tutorial/postgresql-except'
1212
nextLink:
13-
title: 'PostgreSQL ROLLUP'
14-
slug: 'postgresql-tutorial/postgresql-rollup'
13+
title: 'PostgreSQL CUBE'
14+
slug: 'postgresql-tutorial/postgresql-cube'
1515
---
1616

1717
**Summary**: in this tutorial, you will learn about grouping sets and how to use the PostgreSQL `GROUPING SETS` clause to generate multiple grouping sets in a query.

content/postgresql/postgresql-tutorial/postgresql-rollup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ogImage: '/postgresqltutorial/PostgreSQL-ROLLUP-example.png'
77
updatedOn: '2024-07-01T01:04:08+00:00'
88
enableTableOfContents: true
99
previousLink:
10-
title: 'PostgreSQL GROUPING SETS'
11-
slug: 'postgresql-tutorial/postgresql-grouping-sets'
12-
nextLink:
1310
title: 'PostgreSQL CUBE'
1411
slug: 'postgresql-tutorial/postgresql-cube'
12+
nextLink:
13+
title: 'PostgreSQL Subquery'
14+
slug: 'postgresql-tutorial/postgresql-subquery'
1515
---
1616

1717
**Summary**: in this tutorial, you will learn how to use the PostgreSQL `ROLLUP` to generate multiple grouping sets.

content/postgresql/postgresql-tutorial/postgresql-subquery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ogImage: ''
77
updatedOn: '2024-07-01T01:04:57+00:00'
88
enableTableOfContents: true
99
previousLink:
10-
title: 'PostgreSQL CUBE'
11-
slug: 'postgresql-tutorial/postgresql-cube'
10+
title: 'PostgreSQL ROLLUP'
11+
slug: 'postgresql-tutorial/postgresql-rollup'
1212
nextLink:
1313
title: 'PostgreSQL Correlated Subquery'
1414
slug: 'postgresql-tutorial/postgresql-correlated-subquery'

0 commit comments

Comments
 (0)