Skip to content

Commit

Permalink
update alpha -> beta in some text
Browse files Browse the repository at this point in the history
  • Loading branch information
ImreSamu authored and akorotkov committed Jun 17, 2023
1 parent fe97326 commit f409f97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ See [usage](doc/usage.md), [architecture](doc/arch.md), and

## Status

OrioleDB now has public alpha status. It is recommended for experiments,
OrioleDB now has public beta status. It is recommended for experiments,
testing, benchmarking, etc., but is not recommended for production usage.
If you are interested in OrioleDB's benefits in production, please
[contact us](mailto:sales@orioledb.com).
Expand Down
16 changes: 7 additions & 9 deletions doc/docker_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Connect to the server via psql:

You should expect a similar psql message:
```
psql (15.2 OrioleDB public alpha 13 PGTAG=patches15_13 alpine:3.17+clang build:2023-06-02T19:08:58+00:00)
psql (15.2 OrioleDB public beta 1 PGTAG=patches15_15 alpine:3.17+clang build:2023-06-17T23:05:36+00:00)
Type "help" for help.
postgres=#
Expand All @@ -39,6 +39,12 @@ Enable orioledb extension:

Test some commands:
```
postgres=# select orioledb_version();
orioledb_version
------------------------
OrioleDB public beta 1
(1 row)
postgres=# \d+
List of relations
Schema | Name | Type | Owner | Persistence | Access method | Size | Description
Expand Down Expand Up @@ -101,14 +107,6 @@ postgres=# \dx+ orioledb
view orioledb_table
view orioledb_table_descr
(39 rows)
postgres=# select orioledb_version();
orioledb_version
--------------------------
OrioleDB public alpha 13
(1 row)
```

Quit from the database: `\q`
Expand Down

0 comments on commit f409f97

Please sign in to comment.