Skip to content

Commit a3a4996

Browse files
committed
Add link
1 parent 6076c2d commit a3a4996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/ddl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pub enum AlterTableOperation {
160160

161161
/// `OWNER TO { <new_owner> | CURRENT_ROLE | CURRENT_USER | SESSION_USER }`
162162
///
163-
/// Note: this is a PostgreSQL-specific operation.
163+
/// Note: this is PostgreSQL-specific <https://www.postgresql.org/docs/current/sql-altertable.html>
164164
OwnerTo { new_owner: Owner },
165165
}
166166

0 commit comments

Comments
 (0)