Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. santerno_000=> \df api.log_notification
  2. List of functions
  3. -[ RECORD 1 ]-------+---------------------------------------------------------------------------------------------------------------------------------------------------
  4. Schema              | api
  5. Name                | log_notification
  6. Result data type    | void
  7. Argument data types | i_plant_id integer, i_report_ids integer[], i_message text, i_contact_id integer, i_channel character, i_delivery_time timestamp without time zone
  8. Type                | normal
  9.  
  10. #####################################################################################
  11.  
  12. psql:/home/carloratm/Progetti/internal_santerno/tests/sql/02-report.sql:4: ERROR:  function api.log_notification(integer, integer[], text, integer, character, timestamp without time zone) does not exist
  13. LINE 1: SELECT api.log_notification(1, ARRAY[1,2], 'Messaggio'::TEXT...
  14.                ^
  15. HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement