mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update API schema comment for OpenAPI documentation.
This commit is contained in:
@@ -57,7 +57,10 @@ ALTER DATABASE signalk SET TIMEZONE='UTC';
|
|||||||
|
|
||||||
-- Schema
|
-- Schema
|
||||||
CREATE SCHEMA IF NOT EXISTS api;
|
CREATE SCHEMA IF NOT EXISTS api;
|
||||||
COMMENT ON SCHEMA api IS 'api schema expose to postgrest';
|
COMMENT ON SCHEMA api IS
|
||||||
|
$$PostgSail API
|
||||||
|
|
||||||
|
A RESTful API that serves PostgSail data using postgrest.$$;
|
||||||
|
|
||||||
-- Revoke default privileges to all public functions
|
-- Revoke default privileges to all public functions
|
||||||
ALTER DEFAULT PRIVILEGES REVOKE EXECUTE ON FUNCTIONS FROM PUBLIC;
|
ALTER DEFAULT PRIVILEGES REVOKE EXECUTE ON FUNCTIONS FROM PUBLIC;
|
||||||
|
Reference in New Issue
Block a user