Skip to content

Commit f5011d4

Browse files
[update] the default databse for MST (github#1475)
* updated the default databse for mst * Update timescaledb/how-to-guides/connecting/azure-data-studio.md Co-authored-by: Lana Brindley <[email protected]> * Update timescaledb/how-to-guides/connecting/dbeaver.md Co-authored-by: Lana Brindley <[email protected]> Co-authored-by: Lana Brindley <[email protected]>
1 parent 5ccc51d commit f5011d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

timescaledb/how-to-guides/connecting/azure-data-studio.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ appear in the `Connection Details` dialog.
113113
|User name|postgres, tsdbadmin|The user name you want to log in with. Use `tsdbadmin` for Timescale Cloud service and Managed Service for TimescaleDB service|
114114
|Password|*password*|The password for the account you are logging in with|
115115
|Remember password|*Check*|Check this box if you don't want to enter the password each time you connect.|
116-
|Database name|\<Default\>, tsdb|This option connnects to default database. The database name for Timescale Cloud service and Managed Service for TimescaleDB service is `tsdb`. You can also specify the name of the database to connect to.|
116+
|Database name|\<Default\>, tsdb, defaultdb|This option connnects to the default database. The database name for Timescale Cloud service is `tsdb` and for Managed Service for TimescaleDB service is `defaultdb`. You can also specify the name of the database to connect to.|
117117
|Server group|\<Default\> |This option lets you assign this connection to a specific server group you create.|
118118
|Name (optional)|*leave blank*|This option lets you specify a friendly name for your server|
119119

timescaledb/how-to-guides/connecting/dbeaver.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services.
4949
it is marked as `Running`.
5050
1. Click the name of the service you want to connect to, and take a note
5151
of the `Host`, `Port`, `Database name`, and `Username`.
52-
1. **OPTIONAL**If you do not know the password for the service, navigate to the
52+
1. **OPTIONAL** If you do not know the password for the service, navigate to the
5353
`Operations` tab, and click `Reset password`. You can choose
5454
your own password for the service, or allow Timescale Cloud to generate a
5555
secure password for you. Take a note of your new password.
@@ -116,7 +116,7 @@ appear in the `Main` tab of `Connection settings`.
116116
|Username|postgres, tsdbadmin|The user name you want to log in with. Use `tsdbadmin` for Timescale Cloud service and Managed Service for TimescaleDB service|
117117
|Password|*password*|The password for the database user you are connecting to.|
118118
|Save password locally|*Check*|Check this box if you don't want to enter the password each time you connect.|
119-
|Database|tsdb|This option connects to default database. The database name for Timescale Cloud service and Managed Service for TimescaleDB service is `tsdb`. You can also specify the name of the database to connect to.|
119+
|Database|tsdb, defaultdb|This option connects to the default database. The database name for Timescale Cloud service is `tsdb`and for Managed Service for TimescaleDB service is `defaultdb`. You can also specify the name of the database to connect to.|
120120

121121
[dbeaver]: https://dbeaver.io/
122122
[dbeaver-downloads]: https://dbeaver.io/download/

0 commit comments

Comments
 (0)