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

FDW install output has extra newlines? #3027

Closed
e-gineer opened this issue Jan 23, 2023 · 0 comments
Closed

FDW install output has extra newlines? #3027

e-gineer opened this issue Jan 23, 2023 · 0 comments
Assignees
Labels
bug Something isn't working cli output

Comments

@e-gineer
Copy link
Contributor

The CLI output through an FDW upgrade seems to have changed multiple times, and now has extra newlines.

It should appear as it did back in v0.15.4.

Also, the was should be removed ... so it simply says steampipe-postgres-fdw updated to 1.5.0.

Details:

~/src/steampipe $ git checkout v0.18.1
Previous HEAD position was 02b4ace0 Improve display of connection validation errors
HEAD is now at 9ff350ac update CHANGELOG.md for v0.18.1
~/src/steampipe $ make
go build -o /usr/local/bin/steampipe
~/src/steampipe $ 
~/src/steampipe $ 
~/src/steampipe $ 
~/src/steampipe $ steampipe query
Welcome to Steampipe v0.18.1
For more information, type .help
> 
steampipe-postgres-fdw was updated to 1.5.0.
> 
~/src/steampipe $ 
~/src/steampipe $ 
~/src/steampipe $ 
~/src/steampipe $ git checkout v0.17.4
Previous HEAD position was 9ff350ac update CHANGELOG.md for v0.18.1
HEAD is now at 4c3e1909 v0.17.4
~/src/steampipe $ make
go build -o  /usr/local/bin/steampipe
~/src/steampipe $ steampipe query
Welcome to Steampipe v0.17.4
For more information, type .help
> 
steampipe-postgres-fdw was updated to 1.4.4.
> 
~/src/steampipe $ 
~/src/steampipe $ git checkout v0.16.4
Previous HEAD position was 4c3e1909 v0.17.4
HEAD is now at dc6bab92 v0.16.4
~/src/steampipe $ make
go build -o  /usr/local/bin/steampipe
~/src/steampipe $ steampipe query
Welcome to Steampipe v0.16.4
For more information, type .help

steampipe-postgres-fdw was updated to 1.4.2.

> 
~/src/steampipe $ git checkout v0.15.4
Previous HEAD position was dc6bab92 v0.16.4
HEAD is now at 02b4ace0 Improve display of connection validation errors
~/src/steampipe $ make
go build -o  /usr/local/bin/steampipe
~/src/steampipe $ steampipe query
Welcome to Steampipe v0.15.4
For more information, type .help
steampipe-postgres-fdw was updated to 1.2.2. 
> 
~/src/steampipe $ 
@e-gineer e-gineer added bug Something isn't working cli output labels Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli output
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants