1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
---
source: parser/src/parse.rs
expression: res
---
Ok(
[
RawStmt(
RawStmt {
stmt: CreatedbStmt(
Object({
"dbname": String(
"lusiadas",
),
}),
),
stmt_location: 0,
stmt_len: Some(
25,
),
},
),
RawStmt(
RawStmt {
stmt: CreatedbStmt(
Object({
"dbname": String(
"sales",
),
"options": Array([
Object({
"DefElem": Object({
"arg": Object({
"String": Object({
"str": String(
"salesapp",
),
}),
}),
"defaction": Number(
0,
),
"defname": String(
"owner",
),
"location": Number(
49,
),
}),
}),
Object({
"DefElem": Object({
"arg": Object({
"String": Object({
"str": String(
"salesspace",
),
}),
}),
"defaction": Number(
0,
),
"defname": String(
"tablespace",
),
"location": Number(
64,
),
}),
}),
]),
}),
),
stmt_location: 26,
stmt_len: Some(
59,
),
},
),
RawStmt(
RawStmt {
stmt: CreatedbStmt(
Object({
"dbname": String(
"music",
),
"options": Array([
Object({
"DefElem": Object({
"arg": Object({
"String": Object({
"str": String(
"LATIN1",
),
}),
}),
"defaction": Number(
0,
),
"defname": String(
"encoding",
),
"location": Number(
109,
),
}),
}),
Object({
"DefElem": Object({
"arg": Object({
"String": Object({
"str": String(
"template0",
),
}),
}),
"defaction": Number(
0,
),
"defname": String(
"template",
),
"location": Number(
127,
),
}),
}),
]),
}),
),
stmt_location: 86,
stmt_len: Some(
59,
),
},
),
],
)