Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
This commit is contained in:
Shivam Kumar 2023-10-17 13:57:01 +05:30
parent e83b4d3158
commit 8ba23898c4
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ Authenticating with Azure AD is supported with Azure Database for PostgreSQL. Al
3. Create a TRIGGER on configuration table. An example function to create a TRIGGER is as follows: 3. Create a TRIGGER on configuration table. An example function to create a TRIGGER is as follows:
```sh ```sh
CREATE OR REPLACE FUNCTION configuration_event() RETURNS TRIGGER AS $$ CREATE OR REPLACE FUNCTION notify_event() RETURNS TRIGGER AS $$
DECLARE DECLARE
data json; data json;
notification json; notification json;