Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
SQL Syntax GET STACKED DIAGNOSTICS is not supported in the Editor
설명
When using a SQL Statement with the keyword GET STACKED DIAGNOSTICS, which is supported in Postgres EDB 10 and pgadmin4, in Toad Edge the Editor flags up a syntax error.
Example code:
=============== CREATE OR REPLACE FUNCTION test(INT4) RETURNS void as $$