We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c76295 commit b6f0b07Copy full SHA for b6f0b07
src/parser/mod.rs
@@ -17372,7 +17372,7 @@ impl<'a> Parser<'a> {
17372
/// Parse remainder of `CREATE TYPE AS (attributes)` statement (composite type)
17373
///
17374
/// See [PostgreSQL](https://www.postgresql.org/docs/current/sql-createtype.html)
17375
- pub fn parse_create_type_composite(
+ fn parse_create_type_composite(
17376
&mut self,
17377
name: ObjectName,
17378
) -> Result<Statement, ParserError> {
0 commit comments