Skip to content

request a function with JSON parameters #234

@zcrwf

Description

@zcrwf

I have defined a function with JSON parameters. How should I request it in pg_tileserv?
I have confirmed that the function is working properly on other servers
eg:

CREATE OR REPLACE FUNCTION function_xyz_query(
z integer,
x integer,
y integer,
query_params json)
RETURNS bytea
LANGUAGE 'plpgsql'
COST 100
VOLATILE PARALLEL UNSAFE
AS $BODY$
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions