zubkov-andrei / pg_profile

Postgres historic workload reports
Other
228 stars 33 forks source link

Server creation example: #20

Closed 4815162342lost closed 3 years ago

4815162342lost commented 3 years ago

https://github.com/zubkov-andrei/pg_profile/blob/0.3.3/doc/pg_profile.md in doc i found:

Server creation example:
SELECT profile.server_new('omega','host=name_or_ip dbname=postgres port=5432');

But this function does not exist... Maybe we need create_server instead?

zubkov-andrei commented 3 years ago

Yes, example is incorrect, I'll fix it. You should use create_server() function.

zubkov-andrei commented 3 years ago

Fixed in 0.3.4