I'm seeing this error when trying to connect a Processing 3.3.7 sketch to my local PostgreSQL database
postgres=# ERROR: syntax error at or near "'table_name'" at character 19
STATEMENT: SELECT relname AS 'table_name' FROM pg_stat_user_tables WHERE schemaname='public'
I don't know my way around the Processing ecosystem and am a little confused about whether this is the active repository (the latest release here seems to be 0.2.0 but whatever's in my Contribution Manager reports itself as 0.3).
Any feedback appreciated, hard to believe I'm the only PostgreSQL/Processing user.
I'm seeing this error when trying to connect a Processing 3.3.7 sketch to my local PostgreSQL database
and it's the same one discussed in this forum thread from 2015.
I don't know my way around the Processing ecosystem and am a little confused about whether this is the active repository (the latest release here seems to be
0.2.0
but whatever's in my Contribution Manager reports itself as0.3
).Any feedback appreciated, hard to believe I'm the only PostgreSQL/Processing user.