1
0
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:
Peter Eisentraut
2013-11-26 23:18:58 -05:00
parent 3803ff985c
commit 85ed91ee7d
8 changed files with 160 additions and 4 deletions

View File

@ -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>