[pgadmin-org/pgadmin4] 412375: - Add support for creating a function with custom ...

From: Pravesh Sharma <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 412375: - Add support for creating a function with custom ...
Date: 2023-11-28 10:24:56
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/3bd2de-412375@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 412375af3c9dc4b1e6b908cfcd6ab268371ea9b7
https://github.com/pgadmin-org/pgadmin4/commit/412375af3c9dc4b1e6b908cfcd6ab268371ea9b7
Author: Pravesh Sharma <pravesh(dot)sharma(at)enterprisedb(dot)com>
Date: 2023-11-28 (Tue, 28 Nov 2023)

Changed paths:
M docs/en_US/function_dialog.rst
M docs/en_US/images/function_definition.png
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.ui.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/pg/11_plus/test_function.json
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/pg/12_plus/test_function.json
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/pg/14_plus/test_function.json
A web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/pg/default/create_function_with_custom_return.msql
A web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/pg/default/create_function_with_custom_return.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/pg/default/test_function.json
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/ppas/11_plus/test_function.json
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/ppas/12_plus/test_function.json
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/ppas/14_plus/test_function.json
A web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/ppas/default/create_function_with_custom_return.msql
A web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/ppas/default/create_function_with_custom_return.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/ppas/default/test_function.json
M web/pgadmin/browser/static/js/node.js
M web/pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx

Log Message:
-----------
- Add support for creating a function with custom return type. #6854

- Fixed an issue where create object dialog title was not showing object type name.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil Mohite 2023-11-28 10:26:01 [pgadmin-org/pgadmin4] 373625: Ensure focus is not changed to ssh tunnel password...
Previous Message Akshay Joshi 2023-11-28 07:03:15 [pgadmin-org/pgadmin4] 3bd2de: Fixed an issue where the Vacuum option INDEX_CLEAN...