4 The view transforms contains information about the transforms defined
5 in the current database. More precisely, it contains a row for each
6 function contained in a transform (the “from SQL” or “to SQL”
9 Table 35.53. transforms Columns
15 udt_catalog sql_identifier
17 Name of the database that contains the type the transform is for
18 (always the current database)
20 udt_schema sql_identifier
22 Name of the schema that contains the type the transform is for
24 udt_name sql_identifier
26 Name of the type the transform is for
28 specific_catalog sql_identifier
30 Name of the database containing the function (always the current
33 specific_schema sql_identifier
35 Name of the schema containing the function
37 specific_name sql_identifier
39 The “specific name” of the function. See Section 35.45 for more
42 group_name sql_identifier
44 The SQL standard allows defining transforms in “groups”, and selecting
45 a group at run time. PostgreSQL does not support this. Instead,
46 transforms are specific to a language. As a compromise, this field
47 contains the language the transform is for.
49 transform_type character_data