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: fe_sendauth: no password supplied #37

Open
patty-chow opened this issue Jan 28, 2025 · 2 comments
Open

ERROR: fe_sendauth: no password supplied #37

patty-chow opened this issue Jan 28, 2025 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@patty-chow
Copy link
Contributor

patty-chow commented Jan 28, 2025

Describe the bug
Error encountered while using

  • Issue observed with $Graphlookup operator.
  • Dropping an Index.
  • Dropping a collection.
  • Listing indexes on a table, with list_indexes function.

Environment

  • Docker
  • Operating system and version - Intel Core i9 and Mac sequoia (v15)
  • PostgreSQL version - Postgres 16
  • Architecture -

Reproduction Steps
Steps to reproduce the behavior:
SELECT documentdb_api.create_collection('Documentdbdatabase','patient');
SELECT * FROM documentdb_api.create_indexes_background('Documentdbdatabase', '{ "createIndexes": "patient", "indexes": [{ "key": {"age": 1},"name": "id_age"}]}');
CALL documentdb_api.drop_indexes('Documentdbdatabase', '{"dropIndexes": "patient", "index":"idx_age"}');

Expected behavior

  • We should be able to drop an index or collection.
  • $graphlookup pipeline should function.
  • All indexes should be listed.

** Actual behavior **

-- ERROR: fe_sendauth: no password supplied
-- CONTEXT: while executing command over libpq connection

Additional context
Add any other context about the problem here.

@patty-chow patty-chow added the bug Something isn't working label Jan 28, 2025
@diipak-bisht diipak-bisht self-assigned this Jan 29, 2025
@diipak-bisht
Copy link
Contributor

The drop_indexes seems to have a typo, the actual name of the index that is created above it is id_age, so drop_indexes would fail.

What is the graphlookup or drop collection query that fails with the above error?

@safern safern added question Further information is requested and removed bug Something isn't working labels Jan 30, 2025
@sivethe
Copy link
Collaborator

sivethe commented Jan 30, 2025

The drop_indexes seems to have a typo, the actual name of the index that is created above it is id_age, so drop_indexes would fail.

What is the graphlookup or drop collection query that fails with the above error?

Tagging @patty-chow for her awareness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants