mirror of https://github.com/dapr/docs.git
fix typo
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
This commit is contained in:
parent
e83b4d3158
commit
8ba23898c4
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue