@@ -11,7 +11,7 @@ CREATE TABLE customer (
1111build
1212COMMENT ON DATABASE defaultdb IS 'defaultdb is good';
1313----
14- - [[DatabaseComment:{DescID: 100, Comment : defaultdb is good}, PUBLIC], ABSENT]
14+ - [[DatabaseComment:{DescID: 100, Value : defaultdb is good}, PUBLIC], ABSENT]
1515 {comment: defaultdb is good, databaseId: 100}
1616
1717setup
@@ -21,13 +21,13 @@ COMMENT ON DATABASE defaultdb IS 'defaultdb real comment';
2121build
2222COMMENT ON DATABASE defaultdb IS 'defaultdb is better';
2323----
24- - [[DatabaseComment:{DescID: 100, Comment : defaultdb is better}, PUBLIC], ABSENT]
24+ - [[DatabaseComment:{DescID: 100, Value : defaultdb is better}, PUBLIC], ABSENT]
2525 {comment: defaultdb is better, databaseId: 100}
2626
2727build
2828COMMENT ON DATABASE defaultdb IS NULL;
2929----
30- - [[DatabaseComment:{DescID: 100, Comment : defaultdb real comment}, ABSENT], PUBLIC]
30+ - [[DatabaseComment:{DescID: 100, Value : defaultdb real comment}, ABSENT], PUBLIC]
3131 {comment: defaultdb real comment, databaseId: 100}
3232
3333setup
@@ -41,7 +41,7 @@ COMMENT ON SCHEMA test_schema IS 'public schema real comment';
4141build
4242COMMENT ON SCHEMA test_schema IS 'public schema is good';
4343----
44- - [[SchemaComment:{DescID: 105, Comment : public schema is good}, PUBLIC], ABSENT]
44+ - [[SchemaComment:{DescID: 105, Value : public schema is good}, PUBLIC], ABSENT]
4545 {comment: public schema is good, schemaId: 105}
4646
4747setup
@@ -51,13 +51,13 @@ COMMENT ON SCHEMA test_schema IS 'public schema real comment';
5151build
5252COMMENT ON SCHEMA test_schema IS 'public schema is better';
5353----
54- - [[SchemaComment:{DescID: 105, Comment : public schema is better}, PUBLIC], ABSENT]
54+ - [[SchemaComment:{DescID: 105, Value : public schema is better}, PUBLIC], ABSENT]
5555 {comment: public schema is better, schemaId: 105}
5656
5757build
5858COMMENT ON SCHEMA test_schema IS NULL;
5959----
60- - [[SchemaComment:{DescID: 105, Comment : public schema real comment}, ABSENT], PUBLIC]
60+ - [[SchemaComment:{DescID: 105, Value : public schema real comment}, ABSENT], PUBLIC]
6161 {comment: public schema real comment, schemaId: 105}
6262
6363build
@@ -69,7 +69,7 @@ COMMENT ON TABLE customer IS 'customer is god';
6969 {indexId: 2, tableId: 104}
7070- [[TableData:{DescID: 104, ReferencedDescID: 100}, PUBLIC], PUBLIC]
7171 {databaseId: 100, tableId: 104}
72- - [[TableComment:{DescID: 104, Comment : customer is god}, PUBLIC], ABSENT]
72+ - [[TableComment:{DescID: 104, Value : customer is god}, PUBLIC], ABSENT]
7373 {comment: customer is god, tableId: 104}
7474
7575setup
@@ -85,13 +85,13 @@ COMMENT ON TABLE customer IS 'customer gets better';
8585 {indexId: 2, tableId: 104}
8686- [[TableData:{DescID: 104, ReferencedDescID: 100}, PUBLIC], PUBLIC]
8787 {databaseId: 100, tableId: 104}
88- - [[TableComment:{DescID: 104, Comment : customer gets better}, PUBLIC], ABSENT]
88+ - [[TableComment:{DescID: 104, Value : customer gets better}, PUBLIC], ABSENT]
8989 {comment: customer gets better, tableId: 104}
9090
9191build
9292COMMENT ON TABLE customer IS NULL;
9393----
94- - [[TableComment:{DescID: 104, Comment : customer real comment}, ABSENT], PUBLIC]
94+ - [[TableComment:{DescID: 104, Value : customer real comment}, ABSENT], PUBLIC]
9595 {comment: customer real comment, tableId: 104}
9696- [[IndexData:{DescID: 104, IndexID: 1}, PUBLIC], PUBLIC]
9797 {indexId: 1, tableId: 104}
@@ -109,7 +109,7 @@ COMMENT ON COLUMN customer.name IS 'some comment for name';
109109 {indexId: 2, tableId: 104}
110110- [[TableData:{DescID: 104, ReferencedDescID: 100}, PUBLIC], PUBLIC]
111111 {databaseId: 100, tableId: 104}
112- - [[ColumnComment:{DescID: 104, ColumnID: 2, Comment : some comment for name}, PUBLIC], ABSENT]
112+ - [[ColumnComment:{DescID: 104, ColumnID: 2, Value : some comment for name}, PUBLIC], ABSENT]
113113 {columnId: 2, comment: some comment for name, tableId: 104}
114114
115115setup
@@ -125,13 +125,13 @@ COMMENT ON COLUMN customer.name IS 'some better comment for name';
125125 {indexId: 2, tableId: 104}
126126- [[TableData:{DescID: 104, ReferencedDescID: 100}, PUBLIC], PUBLIC]
127127 {databaseId: 100, tableId: 104}
128- - [[ColumnComment:{DescID: 104, ColumnID: 2, Comment : some better comment for name}, PUBLIC], ABSENT]
128+ - [[ColumnComment:{DescID: 104, ColumnID: 2, Value : some better comment for name}, PUBLIC], ABSENT]
129129 {columnId: 2, comment: some better comment for name, tableId: 104}
130130
131131build
132132COMMENT ON COLUMN customer.name IS NULL;
133133----
134- - [[ColumnComment:{DescID: 104, ColumnID: 2, Comment : real comment for name}, ABSENT], PUBLIC]
134+ - [[ColumnComment:{DescID: 104, ColumnID: 2, Value : real comment for name}, ABSENT], PUBLIC]
135135 {columnId: 2, comment: real comment for name, pgAttributeNum: 2, tableId: 104}
136136- [[IndexData:{DescID: 104, IndexID: 1}, PUBLIC], PUBLIC]
137137 {indexId: 1, tableId: 104}
@@ -149,7 +149,7 @@ COMMENT ON INDEX customer@idx_customer_name IS 'comment on name index';
149149 {indexId: 2, tableId: 104}
150150- [[TableData:{DescID: 104, ReferencedDescID: 100}, PUBLIC], PUBLIC]
151151 {databaseId: 100, tableId: 104}
152- - [[IndexComment:{DescID: 104, IndexID: 2, Comment : comment on name index}, PUBLIC], ABSENT]
152+ - [[IndexComment:{DescID: 104, IndexID: 2, Value : comment on name index}, PUBLIC], ABSENT]
153153 {comment: comment on name index, indexId: 2, tableId: 104}
154154
155155build
@@ -161,7 +161,7 @@ COMMENT ON INDEX public.idx_customer_name IS 'comment on name index';
161161 {indexId: 2, tableId: 104}
162162- [[TableData:{DescID: 104, ReferencedDescID: 100}, PUBLIC], PUBLIC]
163163 {databaseId: 100, tableId: 104}
164- - [[IndexComment:{DescID: 104, IndexID: 2, Comment : comment on name index}, PUBLIC], ABSENT]
164+ - [[IndexComment:{DescID: 104, IndexID: 2, Value : comment on name index}, PUBLIC], ABSENT]
165165 {comment: comment on name index, indexId: 2, tableId: 104}
166166
167167build
@@ -173,7 +173,7 @@ COMMENT ON INDEX defaultdb.idx_customer_name IS 'comment on name index';
173173 {indexId: 2, tableId: 104}
174174- [[TableData:{DescID: 104, ReferencedDescID: 100}, PUBLIC], PUBLIC]
175175 {databaseId: 100, tableId: 104}
176- - [[IndexComment:{DescID: 104, IndexID: 2, Comment : comment on name index}, PUBLIC], ABSENT]
176+ - [[IndexComment:{DescID: 104, IndexID: 2, Value : comment on name index}, PUBLIC], ABSENT]
177177 {comment: comment on name index, indexId: 2, tableId: 104}
178178
179179setup
@@ -189,15 +189,15 @@ COMMENT ON INDEX customer@idx_customer_name IS 'better comment for name index';
189189 {indexId: 2, tableId: 104}
190190- [[TableData:{DescID: 104, ReferencedDescID: 100}, PUBLIC], PUBLIC]
191191 {databaseId: 100, tableId: 104}
192- - [[IndexComment:{DescID: 104, IndexID: 2, Comment : better comment for name index}, PUBLIC], ABSENT]
192+ - [[IndexComment:{DescID: 104, IndexID: 2, Value : better comment for name index}, PUBLIC], ABSENT]
193193 {comment: better comment for name index, indexId: 2, tableId: 104}
194194
195195build
196196COMMENT ON INDEX customer@idx_customer_name IS NULL;
197197----
198198- [[IndexData:{DescID: 104, IndexID: 1}, PUBLIC], PUBLIC]
199199 {indexId: 1, tableId: 104}
200- - [[IndexComment:{DescID: 104, IndexID: 2, Comment : real comment on name index}, ABSENT], PUBLIC]
200+ - [[IndexComment:{DescID: 104, IndexID: 2, Value : real comment on name index}, ABSENT], PUBLIC]
201201 {comment: real comment on name index, indexId: 2, tableId: 104}
202202- [[IndexData:{DescID: 104, IndexID: 2}, PUBLIC], PUBLIC]
203203 {indexId: 2, tableId: 104}
@@ -213,15 +213,15 @@ COMMENT ON INDEX customer@idx_customer_name IS 'better comment for name index'
213213 {indexId: 2, tableId: 104}
214214- [[TableData:{DescID: 104, ReferencedDescID: 100}, PUBLIC], PUBLIC]
215215 {databaseId: 100, tableId: 104}
216- - [[IndexComment:{DescID: 104, IndexID: 2, Comment : better comment for name index}, PUBLIC], ABSENT]
216+ - [[IndexComment:{DescID: 104, IndexID: 2, Value : better comment for name index}, PUBLIC], ABSENT]
217217 {comment: better comment for name index, indexId: 2, tableId: 104}
218218
219219build
220220COMMENT ON INDEX customer@idx_customer_name IS NULL;
221221----
222222- [[IndexData:{DescID: 104, IndexID: 1}, PUBLIC], PUBLIC]
223223 {indexId: 1, tableId: 104}
224- - [[IndexComment:{DescID: 104, IndexID: 2, Comment : real comment on name index}, ABSENT], PUBLIC]
224+ - [[IndexComment:{DescID: 104, IndexID: 2, Value : real comment on name index}, ABSENT], PUBLIC]
225225 {comment: real comment on name index, indexId: 2, tableId: 104}
226226- [[IndexData:{DescID: 104, IndexID: 2}, PUBLIC], PUBLIC]
227227 {indexId: 2, tableId: 104}
@@ -237,7 +237,7 @@ COMMENT ON CONSTRAINT customer_age_gt_21 ON customer IS 'better be old enough'
237237 {indexId: 2, tableId: 104}
238238- [[TableData:{DescID: 104, ReferencedDescID: 100}, PUBLIC], PUBLIC]
239239 {databaseId: 100, tableId: 104}
240- - [[ConstraintComment:{DescID: 104, ConstraintID: 2, Comment : better be old enough}, PUBLIC], ABSENT]
240+ - [[ConstraintComment:{DescID: 104, ConstraintID: 2, Value : better be old enough}, PUBLIC], ABSENT]
241241 {comment: better be old enough, constraintId: 2, tableId: 104}
242242
243243setup
@@ -253,7 +253,7 @@ COMMENT ON CONSTRAINT customer_age_gt_21 ON customer IS 'better be old enough'
253253 {indexId: 2, tableId: 104}
254254- [[TableData:{DescID: 104, ReferencedDescID: 100}, PUBLIC], PUBLIC]
255255 {databaseId: 100, tableId: 104}
256- - [[ConstraintComment:{DescID: 104, ConstraintID: 2, Comment : better be old enough}, PUBLIC], ABSENT]
256+ - [[ConstraintComment:{DescID: 104, ConstraintID: 2, Value : better be old enough}, PUBLIC], ABSENT]
257257 {comment: better be old enough, constraintId: 2, tableId: 104}
258258
259259build
@@ -263,7 +263,7 @@ COMMENT ON CONSTRAINT customer_age_gt_21 ON customer IS NULL
263263 {indexId: 1, tableId: 104}
264264- [[IndexData:{DescID: 104, IndexID: 2}, PUBLIC], PUBLIC]
265265 {indexId: 2, tableId: 104}
266- - [[ConstraintComment:{DescID: 104, ConstraintID: 2, Comment : real constraint comment}, ABSENT], PUBLIC]
266+ - [[ConstraintComment:{DescID: 104, ConstraintID: 2, Value : real constraint comment}, ABSENT], PUBLIC]
267267 {comment: real constraint comment, constraintId: 2, tableId: 104}
268268- [[TableData:{DescID: 104, ReferencedDescID: 100}, PUBLIC], PUBLIC]
269269 {databaseId: 100, tableId: 104}
@@ -276,13 +276,13 @@ CREATE TYPE roach_legs AS (legs INT);
276276build
277277COMMENT ON TYPE roach_dwellings IS 'First CRDB comment on types';
278278----
279- - [[TypeComment:{DescID: 106, Comment : First CRDB comment on types}, PUBLIC], ABSENT]
279+ - [[TypeComment:{DescID: 106, Value : First CRDB comment on types}, PUBLIC], ABSENT]
280280 {comment: First CRDB comment on types, typeId: 106}
281281
282282build
283283COMMENT ON TYPE roach_legs IS 'Second CRDB comment on types';
284284----
285- - [[TypeComment:{DescID: 108, Comment : Second CRDB comment on types}, PUBLIC], ABSENT]
285+ - [[TypeComment:{DescID: 108, Value : Second CRDB comment on types}, PUBLIC], ABSENT]
286286 {comment: Second CRDB comment on types, typeId: 108}
287287
288288setup
@@ -293,11 +293,11 @@ COMMENT ON TYPE roach_legs IS 'Second CRDB comment on types';
293293build
294294COMMENT ON TYPE roach_dwellings IS NULL;
295295----
296- - [[TypeComment:{DescID: 106, Comment : First CRDB comment on types}, ABSENT], PUBLIC]
296+ - [[TypeComment:{DescID: 106, Value : First CRDB comment on types}, ABSENT], PUBLIC]
297297 {comment: First CRDB comment on types, typeId: 106}
298298
299299build
300300COMMENT ON TYPE roach_legs IS NULL;
301301----
302- - [[TypeComment:{DescID: 108, Comment : Second CRDB comment on types}, ABSENT], PUBLIC]
302+ - [[TypeComment:{DescID: 108, Value : Second CRDB comment on types}, ABSENT], PUBLIC]
303303 {comment: Second CRDB comment on types, typeId: 108}
0 commit comments