这是indexloc提供的服务,不要输入任何密码
Skip to content

Can't create trigger "AFTER UPDATE OF" with pgadmin #5790

@InitialCrow

Description

@InitialCrow

Describe the bug

Hello, ty for your work, just litle bug if you create trigger with trigger function set "after" with "column" on "update" cause name of trigger empty warning and cant fill input when this configuration of trigger is selected if I change after to before I cant write in name and if I delete column I cant to but I cant create AFTER UPDATE OF trigger cause of bug on empty name I just write trigger on psql query and it work so its just bug of checkin rules on PGADMIN input triggers

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'table and trigger section'
  2. Right click to 'create trigger'
  3. Fill 'name input' and fill function with trigger function input
  4. Click and set before to "trigger" input
  5. SET update to "event" input
  6. choose one column
  7. bug should come with message to fill name we prompted of step 1

Expected behavior

Create the "AFTER UPDATE OF" trigger

Error message

'name' is required

Screenshots
Capture d’écran du 2023-01-27 17-22-24

Capture d’écran du 2023-01-27 17-22-43

Capture d’écran du 2023-01-27 17-22-52

Capture d’écran du 2023-01-27 17-23-05

Capture d’écran du 2023-01-27 17-23-15

Capture d’écran du 2023-01-27 17-23-38

Desktop (please complete the following information):

  • OS: ubuntu 22.10 kinetic
  • Version: 6.19
  • Mode: Desktop
  • Package type: APT

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions