release:announce:blog: fix problems (#123)

Closes GH-119

* Contributors list isn't generated
* Markdown error
* Overview is missing
* Release note link is wrong
* Commits link is wrong
* Install information is missing
2 files changed
tree: 3045db90ff236fb3993d014d72533ae1c697085a
  1. .github/
  2. benchmark/
  3. ci/
  4. dev/
  5. doc/
  6. example/
  7. package/
  8. src/
  9. test/
  10. .asf.yaml
  11. .clang-format
  12. .editorconfig
  13. .gitignore
  14. .pre-commit-config.yaml
  15. Brewfile
  16. CONTRIBUTING.md
  17. Gemfile
  18. helper.rb
  19. LICENSE.txt
  20. meson.build
  21. meson_options.txt
  22. NOTICE.txt
  23. Rakefile
  24. README.md
README.md

Apache Arrow Flight SQL adapter for PostgreSQL

This is a PostgreSQL extension that adds an Apache Arrow Flight SQL endpoint to PostgreSQL.

See https://arrow.apache.org/flight-sql-postgresql/ for details.

How to contribute

See CONTRIBUTING.md.

License

The Apache License 2.0. See LICENSE.txt for details.