Do postgres shortcuts like \d+ tablename
work with RPostgreSQL
?
If I try to run 'em I get a syntax error: Error: '\d' is an unrecognized escape in character string starting "\d".
I tried escape it, but did not figure it out. RPostgreSQL
itself works -- I can access and query my database.