mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-08 01:15:00 +00:00
create server statement example is removed, use a doc link for more information
This commit is contained in:
parent
77b868b0a2
commit
f141ca08ac
1 changed files with 0 additions and 7 deletions
|
@ -7980,13 +7980,6 @@ impl fmt::Display for SecretOption {
|
||||||
|
|
||||||
/// A `CREATE SERVER` statement.
|
/// A `CREATE SERVER` statement.
|
||||||
///
|
///
|
||||||
/// Examples:
|
|
||||||
/// ```sql
|
|
||||||
/// CREATE SERVER [ IF NOT EXISTS ] server_name [ TYPE 'server_type' ] [ VERSION 'server_version' ]
|
|
||||||
/// FOREIGN DATA WRAPPER fdw_name
|
|
||||||
/// [ OPTIONS ( option 'value' [, ... ] ) ]
|
|
||||||
/// ```
|
|
||||||
///
|
|
||||||
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createserver.html)
|
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createserver.html)
|
||||||
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
|
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
|
||||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue