Skip to content

Commit 4baaf0b

Browse files
committed
Update to include link to official doc
Signed-off-by: Guan-Ming (Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>
1 parent c22ee02 commit 4baaf0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3329,7 +3329,7 @@ impl Display for ExceptionWhen {
33293329
///
33303330
/// Supported syntax varies by dialect:
33313331
/// - Hive: `ANALYZE TABLE t [PARTITION (...)] COMPUTE STATISTICS [NOSCAN] [FOR COLUMNS [col1, ...]] [CACHE METADATA]`
3332-
/// - PostgreSQL: `ANALYZE [VERBOSE] [t [(col1, ...)]]`
3332+
/// - PostgreSQL: `ANALYZE [VERBOSE] [t [(col1, ...)]]` See <https://www.postgresql.org/docs/current/sql-analyze.html>
33333333
/// - General: `ANALYZE [TABLE] t`
33343334
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
33353335
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]

0 commit comments

Comments
 (0)