Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 699a1c6

Browse files
committed
Mark collation-related information schema columns as not implemented
rather than not applicable. They have already been implemented in 9.2.
1 parent b61b28f commit 699a1c6

File tree

1 file changed

+51
-15
lines changed

1 file changed

+51
-15
lines changed

doc/src/sgml/information_schema.sgml

Lines changed: 51 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,42 @@
379379
</entry>
380380
</row>
381381

382+
<row>
383+
<entry><literal>character_set_catalog</literal></entry>
384+
<entry><type>sql_identifier</type></entry>
385+
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
386+
</row>
387+
388+
<row>
389+
<entry><literal>character_set_schema</literal></entry>
390+
<entry><type>sql_identifier</type></entry>
391+
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
392+
</row>
393+
394+
<row>
395+
<entry><literal>character_set_name</literal></entry>
396+
<entry><type>sql_identifier</type></entry>
397+
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
398+
</row>
399+
400+
<row>
401+
<entry><literal>collation_catalog</literal></entry>
402+
<entry><type>sql_identifier</type></entry>
403+
<entry>Not yet implemented</entry>
404+
</row>
405+
406+
<row>
407+
<entry><literal>collation_schema</literal></entry>
408+
<entry><type>sql_identifier</type></entry>
409+
<entry>Not yet implemented</entry>
410+
</row>
411+
412+
<row>
413+
<entry><literal>collation_name</literal></entry>
414+
<entry><type>sql_identifier</type></entry>
415+
<entry>Not yet implemented</entry>
416+
</row>
417+
382418
<row>
383419
<entry><literal>numeric_precision</literal></entry>
384420
<entry><type>cardinal_number</type></entry>
@@ -1321,19 +1357,19 @@
13211357
<row>
13221358
<entry><literal>collation_catalog</literal></entry>
13231359
<entry><type>sql_identifier</type></entry>
1324-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
1360+
<entry>Not yet implemented</entry>
13251361
</row>
13261362

13271363
<row>
13281364
<entry><literal>collation_schema</literal></entry>
13291365
<entry><type>sql_identifier</type></entry>
1330-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
1366+
<entry>Not yet implemented</entry>
13311367
</row>
13321368

13331369
<row>
13341370
<entry><literal>collation_name</literal></entry>
13351371
<entry><type>sql_identifier</type></entry>
1336-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
1372+
<entry>Not yet implemented</entry>
13371373
</row>
13381374

13391375
<row>
@@ -1996,19 +2032,19 @@
19962032
<row>
19972033
<entry><literal>collation_catalog</literal></entry>
19982034
<entry><type>sql_identifier</type></entry>
1999-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
2035+
<entry>Not yet implemented</entry>
20002036
</row>
20012037

20022038
<row>
20032039
<entry><literal>collation_schema</literal></entry>
20042040
<entry><type>sql_identifier</type></entry>
2005-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
2041+
<entry>Not yet implemented</entry>
20062042
</row>
20072043

20082044
<row>
20092045
<entry><literal>collation_name</literal></entry>
20102046
<entry><type>sql_identifier</type></entry>
2011-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
2047+
<entry>Not yet implemented</entry>
20122048
</row>
20132049

20142050
<row>
@@ -2273,19 +2309,19 @@ ORDER BY c.ordinal_position;
22732309
<row>
22742310
<entry><literal>collation_catalog</literal></entry>
22752311
<entry><type>sql_identifier</type></entry>
2276-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
2312+
<entry>Not yet implemented</entry>
22772313
</row>
22782314

22792315
<row>
22802316
<entry><literal>collation_schema</literal></entry>
22812317
<entry><type>sql_identifier</type></entry>
2282-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
2318+
<entry>Not yet implemented</entry>
22832319
</row>
22842320

22852321
<row>
22862322
<entry><literal>collation_name</literal></entry>
22872323
<entry><type>sql_identifier</type></entry>
2288-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
2324+
<entry>Not yet implemented</entry>
22892325
</row>
22902326

22912327
<row>
@@ -3023,19 +3059,19 @@ ORDER BY c.ordinal_position;
30233059
<row>
30243060
<entry><literal>collation_catalog</literal></entry>
30253061
<entry><type>sql_identifier</type></entry>
3026-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
3062+
<entry>Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</></entry>
30273063
</row>
30283064

30293065
<row>
30303066
<entry><literal>collation_schema</literal></entry>
30313067
<entry><type>sql_identifier</type></entry>
3032-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
3068+
<entry>Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</></entry>
30333069
</row>
30343070

30353071
<row>
30363072
<entry><literal>collation_name</literal></entry>
30373073
<entry><type>sql_identifier</type></entry>
3038-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
3074+
<entry>Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</></entry>
30393075
</row>
30403076

30413077
<row>
@@ -3835,19 +3871,19 @@ ORDER BY c.ordinal_position;
38353871
<row>
38363872
<entry><literal>collation_catalog</literal></entry>
38373873
<entry><type>sql_identifier</type></entry>
3838-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
3874+
<entry>Always null, since this information is not applied to return data types in <productname>PostgreSQL</></entry>
38393875
</row>
38403876

38413877
<row>
38423878
<entry><literal>collation_schema</literal></entry>
38433879
<entry><type>sql_identifier</type></entry>
3844-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
3880+
<entry>Always null, since this information is not applied to return data types in <productname>PostgreSQL</></entry>
38453881
</row>
38463882

38473883
<row>
38483884
<entry><literal>collation_name</literal></entry>
38493885
<entry><type>sql_identifier</type></entry>
3850-
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
3886+
<entry>Always null, since this information is not applied to return data types in <productname>PostgreSQL</></entry>
38513887
</row>
38523888

38533889
<row>

0 commit comments

Comments
 (0)