Add option to use schema names in the actual queries instead of search_path changes
See original GitHub issuee.g. DROP TABLE foo.bar
instead of setting the search path to foo
and then DROP TABLE bar
.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:8
Top Results From Across the Web
Documentation: 15: 5.9. Schemas - PostgreSQL
The first schema named in the search path is called the current schema. Aside from being the first schema searched, it is also...
Read more >Demystifying Schemas & search_path through Examples
This guide shows how to use PostgreSQL schemas with multiple users in your database. It also demonstrates the issues highlighted by ...
Read more >Incorrect schema name in the search path is called ... - GitHub
Create a new postgreSQL database with schemas: public (default schema), lookup. ... The following SQL should be in the "lookup" schema search path....
Read more >How does the search_path influence identifier resolution and ...
Instead of modifying the scripts, I want to set the database create tables in a specific schema by default - when they have...
Read more >Using search_path to target connections and aggregators
Note that the schema names match your Steampipe connection names: .inspect. The schemas, in turn, contain the foreign tables that you write queries...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jonnio Does your fork solve the PostgreSQL 10 sequence issue #225 ?
Excuse me, Can you pass me the path of the compiled jar of your fork?