Closed elesos closed 6 years ago
when i excute this sql:
CREATE TABLE pat AS ( SELECT id, shuffle_pattern(pattern) AS pattern, pattern2signature(pattern) AS signature FROM ( SELECT id, jpeg2pattern(data) AS pattern FROM image ) x );
get this error msg:
ERROR: function jpeg2pattern(bytea) does not exist
does anybody know why?thank you.
problem solved: psql -U postgres -d exampledb -h 127.0.0.1 -p 5432 then exeute the sql.
when i excute this sql:
get this error msg:
ERROR: function jpeg2pattern(bytea) does not exist
does anybody know why?thank you.