Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 1.32 KB | None | 0 0
  1. postgrest_1  | 172.18.0.1 - - [03/Sep/2019:08:39:55 +0000] "GET /idea_space HTTP/1.1" 200 - "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0"
  2. db_1         | 2019-09-03 08:40:12.648 UTC [35] ERROR:  function aula.add_school() does not exist at character 95
  3. db_1         | 2019-09-03 08:40:12.648 UTC [35] HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
  4. db_1         | 2019-09-03 08:40:12.648 UTC [35] STATEMENT:  
  5. db_1         |         WITH ignored_body AS (SELECT $1::text) ,
  6. db_1         |         pg_source AS (
  7. db_1         |           SELECT * FROM "aula"."add_school"()
  8. db_1         |         )
  9. db_1         |         SELECT
  10. db_1         |           null::bigint AS total_result_set,
  11. db_1         |           pg_catalog.count(_postgrest_t) AS page_total,
  12. db_1         |           coalesce(json_agg(_postgrest_t), '[]')::character varying AS body,
  13. db_1         |           coalesce(nullif(current_setting('response.headers', true), ''), '[]') AS response_headers
  14. db_1         |         FROM (SELECT "pg_source".* FROM "pg_source"    ) _postgrest_t;
  15. postgrest_1  | 172.18.0.1 - - [03/Sep/2019:08:40:12 +0000] "POST /rpc/add_school HTTP/1.1" 404 - "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement