PostgreSQL
37.46. sql_packages
The table sql_packages
contains information about which feature packages defined in the SQL standard are supported by PostgreSQL. Refer to Appendix D for background information on feature packages.
Table 37.44. sql_packages
Columns
Name | Data Type | Description |
---|---|---|
|
|
Identifier string of the package |
|
|
Descriptive name of the package |
|
|
|
|
|
Always null, since the PostgreSQL development group does not perform formal testing of feature conformance |
|
|
Possibly a comment about the supported status of the package |
+
Prev | Up | Next |
---|---|---|
37.45. |
37.47. |
Copyright © 1996-2023 The PostgreSQL Global Development Group