I configured PostgreSQL for Oracle SQL developer.
I just tried to run the command \dt; from the worksheet and received below error
Error starting at line : 1 in command -
\dt
Error report -
SQL Error: ERROR: syntax error at or near "\"
Position: 1
Could you please advise how to run the commonly used psql commands from worksheet in Oracle SQL developer. Edit1: Are there any alternative equivalent for such psql command for oracle sql developer please. Thanks.
\dtis apsqlmeta-command. It's not a SQL command, so it can only be used from withinpsql