mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Implement information_schema.parameters.parameter_default column
Reviewed-by: Ali Dar <ali.munir.dar@gmail.com> Reviewed-by: Amit Khandekar <amit.khandekar@enterprisedb.com> Reviewed-by: Rodolfo Campero <rodolfo.campero@anachronics.com>
This commit is contained in:
@ -3323,6 +3323,15 @@ ORDER BY c.ordinal_position;
|
||||
in future versions.)
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>parameter_default</literal></entry>
|
||||
<entry><type>character_data</type></entry>
|
||||
<entry>
|
||||
The default expression of the parameter, or null if none or if the
|
||||
function is not owned by a currently enabled role.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user