Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Sep 25, 2024
1 parent 829caa4 commit c98c4ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use risingwave_common::types::Fields;
use risingwave_frontend_macro::system_catalog;

/// The catalog pg_sequence contains information about sequences.
/// The catalog `pg_sequence` contains information about sequences.
/// Reference: [`https://www.postgresql.org/docs/current/catalog-pg-sequence.html`]
#[system_catalog(view, "pg_catalog.pg_sequence")]
#[derive(Fields)]
Expand Down

0 comments on commit c98c4ef

Please sign in to comment.