Skip to content

Commit f141ca0

Browse files
committed
create server statement example is removed, use a doc link for more information
1 parent 77b868b commit f141ca0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/ast/mod.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7980,13 +7980,6 @@ impl fmt::Display for SecretOption {
79807980

79817981
/// A `CREATE SERVER` statement.
79827982
///
7983-
/// Examples:
7984-
/// ```sql
7985-
/// CREATE SERVER [ IF NOT EXISTS ] server_name [ TYPE 'server_type' ] [ VERSION 'server_version' ]
7986-
/// FOREIGN DATA WRAPPER fdw_name
7987-
/// [ OPTIONS ( option 'value' [, ... ] ) ]
7988-
/// ```
7989-
///
79907983
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createserver.html)
79917984
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
79927985
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]

0 commit comments

Comments
 (0)