Skip to content

Commit 0601237

Browse files
Update src/ast/mod.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent 04e03f7 commit 0601237

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/ast/mod.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -655,11 +655,7 @@ pub enum CastKind {
655655
DoubleColon,
656656
}
657657

658-
/// The MATCH option for foreign key constraints.
659-
///
660-
/// Specifies how to match composite foreign keys against the referenced table.
661-
/// A value inserted into the referencing column(s) is matched against the values
662-
/// of the referenced table and referenced columns using the given match type.
658+
/// `MATCH` type for constraint references
663659
///
664660
/// See: <https://www.postgresql.org/docs/current/sql-createtable.html#SQL-CREATETABLE-PARMS-REFERENCES>
665661
#[derive(Debug, Copy, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]

0 commit comments

Comments
 (0)