Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix duplicate meta descriptions from duplicate report #4330

Merged
merged 6 commits into from
Apr 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/latest/api/ysql/commands/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Statements
headerTitle: Statements
description: List of PostgreSQL-compatible SQL statements supported by Yugabyte SQL (YSQL).
summary: Statements
headcontent:
image: /images/section_icons/api/ysql.png
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/cmd_copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: COPY statement [YSQL]
headerTitle: COPY
linkTitle: COPY
summary: COPY
description: Transfer data between tables and files with the COPY, COPY TO, and COPY FROM statements.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/cmd_do.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: DO statement [YSQL]
headerTitle: DO
linkTitle: DO
summary: DO
description: Use the DO statement to execute an anonymous code block or, in other words, a transient anonymous function in a procedural language.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/cmd_reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: RESET statement [YSQL]
headerTitle: RESET
linkTitle: RESET
summary: Reset a system or session variable to factory settings.
description: Use the RESET statement to restore the value of a run-time parameter to the default value.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/cmd_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: SET statement [YSQL]
headerTitle: SET
linkTitle: SET
summary: Set a session or system variable
description: Use the SET statement to update a run-time control parameter.
menu:
latest:
Expand Down
3 changes: 1 addition & 2 deletions docs/content/latest/api/ysql/commands/cmd_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: SHOW statement [YSQL]
headerTitle: SHOW
linkTitle: SHOW
summary: Display the value of a run-time parameter.
description: Use the `SHOW` statement to display the value of a run-time parameter.
description: Use the SHOW statement to display the value of a run-time parameter.
menu:
latest:
identifier: api-ysql-commands-show
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: ALTER DEFAULT PRIVILEGES statement [YSQL]
headerTitle: ALTER DEFAULT PRIVILEGES
linkTitle: ALTER DEFAULT PRIVILEGES
description: Use the ALTER DEFAULT PRIVILEGES statement to define the default access privileges.
summary: Roles (users and groups)
menu:
latest:
identifier: api-ysql-commands-alter-default-privileges
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_alter_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: ALTER GROUP statement [YSQL]
headerTitle: ALTER GROUP
linkTitle: ALTER GROUP
description: Use the `ALTER GROUP` statement to alter attributes for a group (role).
summary: Groups and roles
menu:
latest:
identifier: api-ysql-commands-alter-group
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_alter_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: ALTER POLICY statement [YSQL]
headerTitle: ALTER POLICY
linkTitle: ALTER POLICY
description: Use the ALTER POLICY statement to change the definition of an existing row level security policy.
summary: Alter row level security policy
menu:
latest:
identifier: api-ysql-commands-alter-policy
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_alter_role.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: ALTER ROLE statement [YSQL]
headerTitle: ALTER ROLE
linkTitle: ALTER ROLE
description: Use the ALTER ROLE statement to change the attributes of a role (user or group).
summary: Roles (users and groups)
menu:
latest:
identifier: api-ysql-commands-alter-role
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_alter_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: ALTER USER statement [YSQL]
headerTitle: ALTER USER
linkTitle: ALTER USER
description: Use the ALTER USER statement to alter a role. ALTER USER is an alias for ALTER ROLE and is used to alter a role.
summary: Users and roles
menu:
latest:
identifier: api-ysql-commands-alter-user
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_create_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: CREATE GROUP statement [YSQL]
headerTitle: CREATE GROUP
linkTitle: CREATE GROUP
description: Use the CREATE GROUP statement to create a group role. CREATE GROUP is an alias for CREATE ROLE and is used to create a group role.
summary: Groups and roles
menu:
latest:
identifier: api-ysql-commands-create-group
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_create_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: CREATE POLICY statement [YSQL]
headerTitle: CREATE POLICY
linkTitle: CREATE POLICY
description: Use the CREATE POLICY statement to create a new row level security policy for a table to select, insert, update, or delete rows that match the relevant policy expression.
summary: Create row level security policy
menu:
latest:
identifier: api-ysql-commands-create-policy
Expand Down
2 changes: 1 addition & 1 deletion docs/content/latest/api/ysql/commands/dcl_create_role.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: CREATE ROLE statement [YSQL]
headerTitle: CREATE ROLE
linkTitle: CREATE ROLE
summary: Roles (users and groups)
description: Use the CREATE ROLE statement to add a new role to a YugabyteDB database cluster.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_create_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: CREATE USER statement [YSQL]
headerTitle: CREATE USER
linkTitle: CREATE USER
description: Use the CREATE USER statement to create a user. The CREATE USER statement is an alias for CREATE ROLE, but creates a role that has LOGIN privileges by default.
summary: CREATE USER
menu:
latest:
identifier: api-ysql-commands-create-user
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_drop_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: DROP GROUP statement [YSQL]
linkTitle: DROP GROUP
description: Use the DROP GROUP statement to drop a role. DROP GROUP is an alias for DROP ROLE and is used to drop a role.
summary: DROP GROUP
menu:
latest:
identifier: api-ysql-commands-drop-group
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_drop_owned.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: DROP OWNED statement [YSQL]
headerTitle: DROP OWNED
linkTitle: DROP OWNED
description: Use the DROP OWNED statement to drop all database objects within the current database that are owned by one of the specified roles.
summary: Roles (users and groups)
menu:
latest:
identifier: api-ysql-commands-drop-owned
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_drop_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: DROP POLICY statement [YSQL]
headerTitle: DROP POLICY
linkTitle: DROP POLICY
description: Use the DROP POLICY statement to remove the specified row level security policy from the table.
summary: Drop row level security policy
menu:
latest:
identifier: api-ysql-commands-drop-policy
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_drop_role.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: DROP ROLE statement [YSQL]
headerTitle: DROP ROLE
linkTitle: DROP ROLE
description: Use the DROP ROLE statement to remove the specified roles.
summary: Roles (users and groups)
menu:
latest:
identifier: api-ysql-commands-drop-role
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_drop_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: DROP USER statement [YSQL]
headerTitle: DROP USER
linkTitle: DROP USER
description: Use the DROP USER statement to drop a user or role. DROP USER is an alias for DROP ROLE.
summary: DROP USER
menu:
latest:
identifier: api-ysql-commands-drop-user
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: GRANT statement [YSQL]
headerTitle: GRANT
linkTitle: GRANT
description: Use the GRANT statement to grant access privileges on database objects as well as to assign membership in roles.
summary: GRANT statement
menu:
latest:
identifier: api-ysql-commands-grant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: REASSIGN OWNED statement [YSQL]
headerTitle: REASSIGN OWNED
linkTitle: REASSIGN OWNED
description: Use the REASSIGN OWNED statement to change the ownership of database objects owned by any of the "old_roles" to "new_role".
summary: Roles (users and groups)
menu:
latest:
identifier: api-ysql-commands-reassign-owned
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_revoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: REVOKE statement [YSQL]
headerTitle: REVOKE
linkTitle: REVOKE
description: Use the REVOKE statement to remove access privileges from one or more roles.
summary: REVOKE
menu:
latest:
identifier: api-ysql-commands-revoke
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/dcl_set_role.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: SET ROLE statement [YSQL]
headerTitle: SET ROLE
linkTitle: SET ROLE
description: Use the SET ROLE statement to set the current user of the current session to be the specified user.
summary: Roles (users and groups)
menu:
latest:
identifier: api-ysql-commands-set-role
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: SET SESSION AUTHORIZATION statement [YSQL]
headerTitle: SET SESSION AUTHORIZATION
linkTitle: SET SESSION AUTHORIZATION
description: Use the SET SESSION AUTHORIZATION statement to set the current user and session user of the current session to be the specified user.
summary: Roles (users and groups)
menu:
latest:
identifier: api-ysql-commands-set-session-authorization
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/ddl_alter_db.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: ALTER DATABASE statement [YSQL]
headerTitle: ALTER DATABASE
linkTitle: ALTER DATABASE
summary: Alter database
description: Use the ALTER DATABASE statement to redefine the attributes of a database.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/ddl_alter_domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: ALTER DOMAIN statement [YSQL]
headerTitle: ALTER DOMAIN
linkTitle: ALTER DOMAIN
summary: Alter a domain in a database
description: Use the ALTER DOMAIN statement to change the definition of an existing domain.
menu:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: ALTER SEQUENCE statement [YSQL]
headerTitle: ALTER SEQUENCE
linkTitle: ALTER SEQUENCE
summary: Alter a sequence in a schema
description: Use the ALTER SEQUENCE statement to change the definition of an existing sequence in the current schema.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/ddl_alter_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: ALTER TABLE statement [YSQL]
headerTitle: ALTER TABLE
linkTitle: ALTER TABLE
summary: Alter a table in a database
description: Use the `ALTER TABLE` statement to change the definition of an existing table.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/ddl_comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: COMMENT statement [YSQL]
headerTitle: COMMENT
linkTitle: COMMENT
summary: COMMENT
description: Use the COMMENT statement to set, update, or remove a comment on a database object.
menu:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE AGGREGATE statement [YSQL]
headerTitle: CREATE AGGREGATE
linkTitle: CREATE AGGREGATE
summary: Create a new aggregate
description: Use the CREATE AGGREGATE statement to create a new aggregate function.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/ddl_create_cast.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE CAST statement [YSQL]
headerTitle: CREATE CAST
linkTitle: CREATE CAST
summary: Create a new cast
description: Use the CREATE CAST statement to create a new cast.
menu:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE DATABASE statement [YSQL]
headerTitle: CREATE DATABASE
linkTitle: CREATE DATABASE
summary: Create a new database
description: Use the CREATE DATABASE statement to create a database that functions as a grouping mechanism for database objects, such as tables.
menu:
latest:
Expand Down
3 changes: 1 addition & 2 deletions docs/content/latest/api/ysql/commands/ddl_create_domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: CREATE DOMAIN statement [YSQL]
headerTitle: CREATE DOMAIN
linkTitle: CREATE DOMAIN
summary: Create a new domain in a database
description: Use the CREATE DOMAIN statement to create a user-defined data type with optional constraints, such as range of valid values, DEFAULT, NOT NULL, and CHECK.
description: Use the CREATE DOMAIN statement to create a user-defined data type with optional constraints.
menu:
latest:
identifier: api-ysql-commands-create-domain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE FUNCTION statement [YSQL]
headerTitle: CREATE FUNCTION
linkTitle: CREATE FUNCTION
summary: Create a new function in a database
description: Use the CREATE FUNCTION statement to define a new function in a database.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/ddl_create_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE INDEX statement [YSQL]
headerTitle: CREATE INDEX
linkTitle: CREATE INDEX
summary: Create index on a table in a database
description: Use the CREATE INDEX statement to create an index on the specified columns of the specified table.
menu:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE OPERATOR statement [YSQL]
headerTitle: CREATE OPERATOR
linkTitle: CREATE OPERATOR
summary: Create a new operator
description: Use the CREATE OPERATOR statement to create a new operator.
menu:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE OPERATOR CLASS statement [YSQL]
headerTitle: CREATE OPERATOR CLASS
linkTitle: CREATE OPERATOR CLASS
summary: Create a new operator class
description: Use the CREATE OPERATOR CLASS statement to create a new operator class.
menu:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE PROCEDURE statement [YSQL]
headerTitle: CREATE PROCEDURE
linkTitle: CREATE PROCEDURE
summary: Create a new procedure in a database
description: Use the CREATE PROCEDURE statement to define a new procedure in a database.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/ddl_create_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE RULE statement [YSQL]
headerTitle: CREATE RULE
linkTitle: CREATE RULE
summary: Create a new rule
description: Use the CREATE RULE statement to create a new rule.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/ddl_create_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE SCHEMA statement [YSQL]
headerTitle: CREATE SCHEMA
linkTitle: CREATE SCHEMA
summary: Create schema
description: Use the CREATE SCHEMA statement to create a new schema in the current database.
menu:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE SEQUENCE statement [YSQL]
headerTitle: CREATE SEQUENCE
linkTitle: CREATE SEQUENCE
summary: Create a sequence in the current schema
description: Use the CREATE SEQUENCE statement to create a new sequence in the current schema.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/ddl_create_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE TABLE [YSQL]
headerTitle: CREATE TABLE
linkTitle: CREATE TABLE
summary: Create a new table in a database
description: Use the CREATE TABLE statement to create a new table in a database.
menu:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE TABLE AS statement [YSQL]
headerTitle: CREATE TABLE AS
linkTitle: CREATE TABLE AS
summary: Create a new table from a query result
description: Use the CREATE TABLE AS statement to create a new table using the output of a subquery.
menu:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE TRIGGER statement [YSQL]
headerTitle: CREATE TRIGGER
linkTitle: CREATE TRIGGER
summary: CREATE TRIGGER
description: Use the CREATE TRIGGER statement to define a new trigger.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/ddl_create_type.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE TYPE statement [YSQL]
headerTitle: CREATE TYPE
linkTitle: CREATE TYPE
summary: Create a new type in a database
description: Use the CREATE TYPE statement to create a new user-defined type in a database.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/ddl_create_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: CREATE VIEW statement [YSQL]
headerTitle: CREATE VIEW
linkTitle: CREATE VIEW
summary: Create a new view in a database
description: Use the CREATE VIEW statement to create a new view in a database.
menu:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: DROP AGGREGATE statement [YSQL]
headerTitle: DROP AGGREGATE
linkTitle: DROP AGGREGATE
summary: Remove an aggregate
description: Use the DROP AGGREGATE statement to remove an aggregate.
menu:
latest:
Expand Down
1 change: 0 additions & 1 deletion docs/content/latest/api/ysql/commands/ddl_drop_cast.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: DROP CAST statement [YSQL]
headerTitle: DROP CAST
linkTitle: DROP CAST
summary: Remove a cast
description: Use the DROP CAST statement to remove a cast.
menu:
latest:
Expand Down
Loading