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

ERROR: Unknown function: pg_table_is_visible(c.oid) #10964

Closed
amotl opened this issue Jan 26, 2021 · 2 comments
Closed

ERROR: Unknown function: pg_table_is_visible(c.oid) #10964

amotl opened this issue Jan 26, 2021 · 2 comments

Comments

@amotl
Copy link
Member

amotl commented Jan 26, 2021

Hi there,

coming from #10950, this is a repro which can be used to follow up that introspecting the list of tables using psql doesn't work.

# Run CrateDB
docker run -it --rm --publish 5432:5432 crate:crate/nightly

# Invoke psql shell
psql postgres://crate@localhost

# List tables
crate=> \d
ERROR:  Unknown function: pg_catalog.pg_table_is_visible(c.oid)

Can we improve the situation for that use case?

With kind regards,
Andreas.

@amotl amotl added the triage An issue that needs to be triaged by a maintainer label Jan 26, 2021
@mfussenegger mfussenegger self-assigned this Jan 27, 2021
@mfussenegger mfussenegger added this to Candidates in 4.6 via automation Mar 10, 2021
@mfussenegger mfussenegger moved this from Candidates to Could in 4.6 Mar 10, 2021
@mfussenegger mfussenegger moved this from Could to Candidates in 4.6 Jul 5, 2021
@mfussenegger mfussenegger removed this from Candidates in 4.6 Jul 6, 2021
@mfussenegger mfussenegger added this to Candidates in 4.7 via automation Jul 6, 2021
@mfussenegger mfussenegger removed this from Candidates in 4.7 Sep 15, 2021
@mfussenegger mfussenegger added this to Candidates in 4.8 via automation Sep 15, 2021
@seut
Copy link
Member

seut commented Nov 17, 2021

Duplicate of #7988, will leave both issues open as they target a different use-case (psql vs. django).

@mfussenegger mfussenegger removed this from Candidates in 4.8 Mar 10, 2022
@mfussenegger
Copy link
Member

Added the tools: psql label to #7988. Closing this - one issue to track it is enough.

@mfussenegger mfussenegger closed this as not planned Won't fix, can't repro, duplicate, stale Jun 29, 2022
@amotl amotl changed the title ERROR: Unknown function: pg_catalog.pg_table_is_visible(c.oid) ERROR: Unknown function: pg_table_is_visible(c.oid) Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants