-
-
Notifications
You must be signed in to change notification settings - Fork 571
cannot create a function via SQL command #1326
Copy link
Copy link
Closed
Labels
bugDefective behaviour in HeidiSQLDefective behaviour in HeidiSQLconfirmedIssue verified by project memberIssue verified by project membernettype-postgresqlPostgreSQL specific issuePostgreSQL specific issue
Milestone
Metadata
Metadata
Assignees
Labels
bugDefective behaviour in HeidiSQLDefective behaviour in HeidiSQLconfirmedIssue verified by project memberIssue verified by project membernettype-postgresqlPostgreSQL specific issuePostgreSQL specific issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
Preconditions
Describe the bug
Creating a function via a
CREATE FUNCTIONcommand doesn't work.To Reproduce
Screenshots or Crash reports
I get this error message:
Executing the same command from psql works well so the syntax is correct. Heidi also should be able to execute it, I think.