Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit78806a9

Browse files
committed
Remove incorrect field from information schema
The source code comment already said that the presence of the fieldelement_types.domain_default might be a bug in the standard, since itnever made sense there. Indeed, the field is gone in newer versionsof the standard. So just remove it.
1 parentc9bfa40 commit78806a9

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

‎doc/src/sgml/information_schema.sgml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3134,15 +3134,6 @@ ORDER BY c.ordinal_position;
31343134
</para></entry>
31353135
</row>
31363136

3137-
<row>
3138-
<entry role="catalog_table_entry"><para role="column_definition">
3139-
<structfield>domain_default</structfield> <type>character_data</type>
3140-
</para>
3141-
<para>
3142-
Not yet implemented
3143-
</para></entry>
3144-
</row>
3145-
31463137
<row>
31473138
<entry role="catalog_table_entry"><para role="column_definition">
31483139
<structfield>udt_catalog</structfield> <type>sql_identifier</type>

‎src/backend/catalog/information_schema.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2741,8 +2741,6 @@ CREATE VIEW element_types AS
27412741
CAST(nullAS character_data)AS interval_type,
27422742
CAST(nullAS cardinal_number)AS interval_precision,
27432743

2744-
CAST(nullAS character_data)AS domain_default,-- XXX maybe a bug in the standard
2745-
27462744
CAST(current_database()AS sql_identifier)AS udt_catalog,
27472745
CAST(nbt.nspnameAS sql_identifier)AS udt_schema,
27482746
CAST(bt.typnameAS sql_identifier)AS udt_name,

‎src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
*/
5858

5959
/*yyyymmddN */
60-
#defineCATALOG_VERSION_NO202307261
60+
#defineCATALOG_VERSION_NO202308161
6161

6262
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp