You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to connect to a postgresql database using data-atom, and successfully run queries, but when toggling the database information, it doesn't seem to understand which database i'm connected to.
The connection/session itself, postgres@localhost, has two databases.
Despite being able to run queries on the database that actually contains tables ('leetcode'), the data information display incorrectly shows me being only connected to 'postgres' (aka the default administrative connection database). And FYI, the 'postgres' database does not contain data, so clicking on the arrow next to the database in the 'database info' menu does not show any tables.
This is the structure of the session seen using DataGrip:
Compared to Atom:
To be clear, these are identical connections, with discrepant information displayed in the panes.
I double-checked the connection information by going to:
'Packages' > 'Data Atom' > 'edit connections'
and the database connection information is correctly entered. I'm able to run queries as if I'm connected to the 'leetcode' database, so i know i'm connected. The database info pane just doesn't correctly display the active database (and table structure) information based on what I'm actually connected to.
The text was updated successfully, but these errors were encountered:
Hi,
I'm able to connect to a postgresql database using data-atom, and successfully run queries, but when toggling the database information, it doesn't seem to understand which database i'm connected to.
The connection/session itself, postgres@localhost, has two databases.
Despite being able to run queries on the database that actually contains tables ('leetcode'), the data information display incorrectly shows me being only connected to 'postgres' (aka the default administrative connection database). And FYI, the 'postgres' database does not contain data, so clicking on the arrow next to the database in the 'database info' menu does not show any tables.
This is the structure of the session seen using DataGrip:
Compared to Atom:
To be clear, these are identical connections, with discrepant information displayed in the panes.
I double-checked the connection information by going to:
'Packages' > 'Data Atom' > 'edit connections'
and the database connection information is correctly entered. I'm able to run queries as if I'm connected to the 'leetcode' database, so i know i'm connected. The database info pane just doesn't correctly display the active database (and table structure) information based on what I'm actually connected to.
The text was updated successfully, but these errors were encountered: