Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
duckdb
/
duckdb-postgres
Public
Notifications
You must be signed in to change notification settings
Fork
101
Star
370
Code
Issues
46
Pull requests
4
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add PostgresViewEntry
- #183
#183
Draft
Tishj
wants to merge 15 commits into
duckdb:main
duckdb/duckdb-postgres:main
from
Tishj:add_view_entry
Tishj/postgres_scanner:add_view_entry
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Draft
Add PostgresViewEntry
#183
Tishj
wants to merge 15 commits into
duckdb:main
duckdb/duckdb-postgres:main
from
Tishj:add_view_entry
Tishj/postgres_scanner:add_view_entry
Copy head branch name to clipboard
Commits
Commits on Feb 20, 2024
add detection for the relkind, create a PostgresViewInfo and a PostgresViewEntry from that
Tishj
committed
d9b3c13
View commit details
Copy full SHA for d9b3c13
Browse repository at this point
format
Tishj
committed
67a2c87
View commit details
Copy full SHA for 67a2c87
Browse repository at this point
add a view to the 'create-postgres-tables.sh' script, adjust test
Tishj
committed
28e2fd8
View commit details
Copy full SHA for 28e2fd8
Browse repository at this point
override the destructor
Tishj
committed
84511fb
View commit details
Copy full SHA for 84511fb
Browse repository at this point
Commits on Feb 22, 2024
updated test
Tishj
committed
8894e28
View commit details
Copy full SHA for 8894e28
Browse repository at this point
initial tests for views
Tishj
committed
09269a6
View commit details
Copy full SHA for 09269a6
Browse repository at this point
more view tests
Tishj
committed
8faa76f
View commit details
Copy full SHA for 8faa76f
Browse repository at this point
Commits on Feb 26, 2024
fix issue caused by adding the relkind to the projection
Tishj
committed
326e6f6
View commit details
Copy full SHA for 326e6f6
Browse repository at this point
revert changes to duckdb
Tishj
committed
2be2eda
View commit details
Copy full SHA for 2be2eda
Browse repository at this point
Commits on Feb 27, 2024
get the view definition, use it to make a select statement
Tishj
committed
392ad8e
View commit details
Copy full SHA for 392ad8e
Browse repository at this point
Commits on Feb 28, 2024
Merge remote-tracking branch 'upstream/main' into add_view_entry
Tishj
committed
1c1a0b6
View commit details
Copy full SHA for 1c1a0b6
Browse repository at this point
Commits on Mar 4, 2024
rename from v1, suspecting naming conflict between tests
Tishj
committed
27ca896
View commit details
Copy full SHA for 27ca896
Browse repository at this point
Commits on Mar 18, 2024
Merge remote-tracking branch 'upstream/main' into add_view_entry
Tishj
committed
02ea183
View commit details
Copy full SHA for 02ea183
Browse repository at this point
Commits on Mar 22, 2024
Merge remote-tracking branch 'upstream/main' into add_view_entry
Tishj
committed
191779f
View commit details
Copy full SHA for 191779f
Browse repository at this point
Commits on Mar 23, 2024
replace the '?column?' postgres names to avoid a binder exception
Tishj
committed
91462b1
View commit details
Copy full SHA for 91462b1
Browse repository at this point
You can’t perform that action at this time.