mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 19:27:49 +00:00
Update lint format
This commit is contained in:
@@ -112,7 +112,7 @@ COMMENT ON FUNCTION
|
|||||||
--
|
--
|
||||||
DROP FUNCTION IF EXISTS api.export_logbook_gpx_fn;
|
DROP FUNCTION IF EXISTS api.export_logbook_gpx_fn;
|
||||||
CREATE OR REPLACE FUNCTION api.export_logbook_gpx_fn(IN _id INTEGER) RETURNS pg_catalog.xml
|
CREATE OR REPLACE FUNCTION api.export_logbook_gpx_fn(IN _id INTEGER) RETURNS pg_catalog.xml
|
||||||
AS $export_logbook_gpx2$
|
AS $export_logbook_gpx$
|
||||||
DECLARE
|
DECLARE
|
||||||
app_settings jsonb;
|
app_settings jsonb;
|
||||||
BEGIN
|
BEGIN
|
||||||
@@ -159,7 +159,7 @@ AS $export_logbook_gpx2$
|
|||||||
AND l.id = _id
|
AND l.id = _id
|
||||||
GROUP BY l.name,l.notes,l.id;
|
GROUP BY l.name,l.notes,l.id;
|
||||||
END;
|
END;
|
||||||
$export_logbook_gpx2$ LANGUAGE plpgsql;
|
$export_logbook_gpx$ LANGUAGE plpgsql;
|
||||||
-- Description
|
-- Description
|
||||||
COMMENT ON FUNCTION
|
COMMENT ON FUNCTION
|
||||||
api.export_logbook_gpx_fn
|
api.export_logbook_gpx_fn
|
||||||
|
Reference in New Issue
Block a user