Skip to content
Snippets Groups Projects
Commit fde74cd2 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

doc: changelog for 24.4: pgproto

parent d687694c
No related branches found
No related tags found
1 merge request!1063Rosik/changelog 24.4
......@@ -40,6 +40,23 @@ with the `YY.MINOR.MICRO` scheme.
--------------------------------------------------------------------------------
## [24.4.1] - upcoming
### Pgproto
- Allow connecting to the cluster using PostgreSQL protocol, see
[Tutorial — Connecting — Pgproto]:
```
picodata run --pg-listen localhost:5432
psql
CREATE TABLE ...
INSERT ...
SELECT ...
```
[Tutorial — Connecting — Pgproto]:
https://docs.picodata.io/picodata/24.4/tutorial/connecting/#pgproto
### SQL
- New commands [CREATE INDEX] and [DROP INDEX]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment