cockroachdb / cockroachdb/cockroach

sql: replace EXPERIMENTAL_AUDIT deprecation notice with a hard error

Open
#171,721 1 comment 0 reactions 1 assignee Claimed by @sanchit-CRL View on GitHub
P-2 T-product-security
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

## Summary

In 26.3, we graduated table audit logging from experimental to GA via
`ALTER TABLE ... AUDIT SET` (replacing `ALTER TABLE ... EXPERIMENTAL_AUDIT SET`).
The old `EXPERIMENTAL_AUDIT` syntax currently emits a deprecation notice but
still works.

Replace the deprecation notice with a hard error to fully remove the deprecated
`EXPERIMENTAL_AUDIT` syntax, directing users to use `ALTER TABLE ... AUDIT SET`
instead.

Epic: none

Jira issue: CRDB-64856

Epic CRDB-66145

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.