We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After compiling postgresql support, I still cannot get data from an external pg database.
2015-09-17 08:18:05 [DEBUG] HTTP request: POST /query 2015-09-17 08:18:05 [DEBUG] Executing ChartSQL query: IMPORT TABLE data FROM 'postgres://database_host:5432/database?user=user&pass=pass'; SELECT * FROM data; 2015-09-17 08:18:05 [DEBUG] Executing Postgres query 2015-09-17 08:18:05 [DEBUG] -- query: SELECT FROM data
As you can see the actual query ends up as SELECT FROM data, which returns only the rowcount.
SELECT FROM data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After compiling postgresql support, I still cannot get data from an external pg database.
As you can see the actual query ends up as
SELECT FROM data
, which returns only the rowcount.The text was updated successfully, but these errors were encountered: