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

Combine psql pages into one #3677

Merged
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3ff5870
draft
atovpeko Dec 19, 2024
c0422f9
Merge branch 'latest' of github.com:timescale/docs into 250-docs-rfc-…
atovpeko Dec 23, 2024
924221c
psql consolidated
atovpeko Dec 23, 2024
67cbaf7
review comments
atovpeko Jan 6, 2025
9837183
Merge branch 'latest' of github.com:timescale/docs into 250-docs-rfc-…
atovpeko Jan 6, 2025
af1ddc3
review comments
atovpeko Jan 6, 2025
cd8a9ed
Merge branch 'latest' into 250-docs-rfc-make-the-psql-pages-into-a-si…
atovpeko Jan 6, 2025
4f4e83f
review comments
atovpeko Jan 6, 2025
3b9b4f3
Merge remote-tracking branch 'origin/250-docs-rfc-make-the-psql-pages…
atovpeko Jan 6, 2025
6e0d478
review comments
atovpeko Jan 6, 2025
3b69e5c
Merge branch 'latest' into 250-docs-rfc-make-the-psql-pages-into-a-si…
billy-the-fish Jan 9, 2025
5bd60f0
updates
atovpeko Jan 10, 2025
45c2ad3
Merge branch 'latest' into 250-docs-rfc-make-the-psql-pages-into-a-si…
atovpeko Jan 10, 2025
c668d3b
Merge branch 'latest' into 250-docs-rfc-make-the-psql-pages-into-a-si…
atovpeko Jan 13, 2025
3fd3007
update the prereq
atovpeko Jan 13, 2025
09b3d8a
update
atovpeko Jan 13, 2025
75fc76e
Update use-timescale/integrations/observability-alerting/grafana.md
atovpeko Jan 13, 2025
cc80db0
Update use-timescale/integrations/query-admin/find-connection-details.md
atovpeko Jan 13, 2025
342b161
Update use-timescale/integrations/query-admin/psql.md
atovpeko Jan 13, 2025
77015bc
Update use-timescale/integrations/query-admin/psql.md
atovpeko Jan 13, 2025
90c43ec
update
atovpeko Jan 13, 2025
340245a
Update find-connection-details.md
billy-the-fish Jan 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions _partials/_grafana-connect.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Prerequisites

* [Create a target $SERVICE_LONG][create-service]
* Install [self-managed Grafana][grafana-self-managed], or sign up for [Grafana Cloud][grafana-cloud]
import IntegrationPrereqs from "versionContent/_partials/_integration-prereqs.mdx";

<IntegrationPrereqs />

* Install [self-managed Grafana][grafana-self-managed], or sign up for [Grafana Cloud][grafana-cloud].

## Add your $SERVICE_LONG as a data source

Expand Down
5 changes: 5 additions & 0 deletions _partials/_integration-prereqs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Before integrating with $CLOUD_LONG:

* [Create a target $SERVICE_LONG][create-service].

[create-service]: /getting-started/:currentVersion:/services/
2 changes: 1 addition & 1 deletion mst/installation-mst.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ You can always [contact us][contact] if you need help working something out, or
if you want to have a chat.

[contact]: https://www.timescale.com/contact
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[mst-docs]: /mst/:currentVersion:/
[tutorials]: /tutorials/:currentVersion:/
[mst-signup]: https://www.timescale.com/mst-signup
Expand Down
2 changes: 1 addition & 1 deletion mst/migrate-to-mst.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ them. The migration still occurs successfully.
[install-mst]: /mst/:currentVersion:/installation-mst/#create-your-first-service
[pg_dump]: https://www.postgresql.org/docs/current/app-pgdump.html
[pg_restore]: https://www.postgresql.org/docs/current/app-pgrestore.html
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql/
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[upgrading-postgresql]: https://kb-managed.timescale.com/en/articles/5368016-perform-a-postgresql-major-version-upgrade
[upgrading-postgresql-self-hosted]: /self-hosted/:currentVersion:/upgrades/upgrade-pg/
[upgrading-timescaledb]: /self-hosted/:currentVersion:/upgrades/major-upgrade/
2 changes: 1 addition & 1 deletion quick-start/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ page by page, or all pages together, and group by path or not:
[add-performance]: #add-performance-and-path-attributes-to-pageload
[explore]: #explore-aggregation-functions
[install]: /getting-started/latest/
[psql-install]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql/
[psql-install]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[rails-guide]: https://guides.rubyonrails.org/getting_started.html
[ab]: https://httpd.apache.org/docs/2.4/programs/ab.html
[active-record-query]: https://guides.rubyonrails.org/active_record_querying.html
Expand Down
2 changes: 1 addition & 1 deletion self-hosted/install/installation-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ And that is it! You have TimescaleDB running on a database on a self-hosted inst
For the latest functionality, install MacOS 14 Sanoma. The oldest supported version is macOS 10.15 Catalina

[homebrew]: https://docs.brew.sh/Installation
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[macports]: https://guide.macports.org/#installing.macports
[install-from-source]: /self-hosted/:currentVersion:/install/installation-source/
[install-postgresql]: https://www.postgresql.org/download/macosx/
2 changes: 1 addition & 1 deletion self-hosted/install/installation-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ And that is it! You have TimescaleDB running on a database on a self-hosted inst

<WhereTo />

[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[config]: /self-hosted/:currentVersion:/configuration/
[postgres-download]: https://www.postgresql.org/download/
[cmake-download]: https://cmake.org/download/
Expand Down
2 changes: 1 addition & 1 deletion self-hosted/migration/entire-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ information about compression and decompression, see [Compression][compression].
[migrate-separately]: /self-hosted/:currentVersion:/migration/schema-then-data/
[pg_dump]: https://www.postgresql.org/docs/current/app-pgdump.html
[pg_restore]: https://www.postgresql.org/docs/current/app-pgrestore.html
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql/
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[timescaledb_pre_restore]: /api/:currentVersion:/administration/#timescaledb_pre_restore
[timescaledb_post_restore]: /api/:currentVersion:/administration/#timescaledb_post_restore
[upgrading-postgresql-self-hosted]: /self-hosted/:currentVersion:/upgrades/upgrade-pg/
Expand Down
2 changes: 1 addition & 1 deletion self-hosted/migration/schema-then-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ the [compression section](https://docs.timescale.com/use-timescale/latest/compre
[install-selfhosted]: /self-hosted/:currentVersion:/install/
[pg_dump]: https://www.postgresql.org/docs/current/app-pgdump.html
[pg_restore]: https://www.postgresql.org/docs/current/app-pgrestore.html
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql/
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[timescaledb-parallel-copy]: https://github.com/timescale/timescaledb-parallel-copy
[upgrading-postgresql]: https://kb-managed.timescale.com/en/articles/5368016-perform-a-postgresql-major-version-upgrade
[upgrading-postgresql-self-hosted]: /self-hosted/:currentVersion:/upgrades/upgrade-pg/
Expand Down
2 changes: 1 addition & 1 deletion tutorials/OLD-financial-candlestick-tick-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ Follow this tutorial and see how to set up your TimescaleDB database to consume
[create]: /tutorials/:currentVersion:/financial-candlestick-tick-data/create-candlestick-aggregates
[query]: /tutorials/:currentVersion:/financial-candlestick-tick-data/query-candlestick-views
[manage]: /tutorials/:currentVersion:/financial-candlestick-tick-data/advanced-data-management
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql/
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
2 changes: 1 addition & 1 deletion use-timescale/integrations/query-admin/about-connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ for accessing your database, and add additional authentication requirements.

</Tabs>

[about-psql]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql/
[about-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[tsc-portal]: https://console.cloud.timescale.com/
109 changes: 0 additions & 109 deletions use-timescale/integrations/query-admin/about-psql.md

This file was deleted.

Loading
Loading