Skip to content
New issue

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

Cannot import postgresql table #231

Closed
gigablah opened this issue Sep 17, 2015 · 0 comments
Closed

Cannot import postgresql table #231

gigablah opened this issue Sep 17, 2015 · 0 comments

Comments

@gigablah
Copy link

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.

@asmuth asmuth closed this as completed Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants