File tree 2 files changed +5
-2
lines changed 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4313,7 +4313,10 @@ ORDER BY c.ordinal_position;
4313
4313
<row>
4314
4314
<entry><literal>is_udt_dependent</literal></entry>
4315
4315
<entry><type>yes_or_no</type></entry>
4316
- <entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
4316
+ <entry>
4317
+ Currently always <literal>NO</literal>. The alternative
4318
+ <literal>YES</literal> applies to a feature not available in
4319
+ <productname>PostgreSQL</></entry>.
4317
4320
</row>
4318
4321
4319
4322
<row>
Original file line number Diff line number Diff line change @@ -1410,7 +1410,7 @@ CREATE VIEW routines AS
1410
1410
CAST(null AS time_stamp) AS created,
1411
1411
CAST(null AS time_stamp) AS last_altered,
1412
1412
CAST(null AS yes_or_no) AS new_savepoint_level,
1413
- CAST(' YES ' AS yes_or_no) AS is_udt_dependent, -- FIXME?
1413
+ CAST(' NO ' AS yes_or_no) AS is_udt_dependent,
1414
1414
1415
1415
CAST(null AS character_data) AS result_cast_from_data_type,
1416
1416
CAST(null AS yes_or_no) AS result_cast_as_locator,
You can’t perform that action at this time.
0 commit comments