You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all samples uses hardcoded connect parameters "user=postgres password=postgres dbname=test" with an option to add host as first parameter on the commandline.
20
+
21
+
you also have to create the table beforehand.
22
+
23
+
"CREATE TABLE postgres_asio_sample ( id integer, val text )"
0 commit comments