We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
postgresql_columns
Hi there,
It would be great to have support for a postgresql_columns data source as well as postgresql_databases.
postgresql_databases
#374
Thanks
The text was updated successfully, but these errors were encountered:
Hi @hroost ,
How do you imagine this data source? Getting all columns of a specific table? Only the columns names?
Sorry, something went wrong.
Hi @cyrilgdn ,
I suggest a data source that returns column lists for requested table:
data "postgresql_columns" "my_columns" { database = "my_database" schema = "my_schema" table = "my_table" }
Result: [column1, column2, ... columnN]
[column1, column2, ... columnN]
Sorry for delay and thanks for this module!
No branches or pull requests
Hi there,
It would be great to have support for a
postgresql_columns
data source as well aspostgresql_databases
.#374
Thanks
The text was updated successfully, but these errors were encountered: