全文検索:
- 01 PostgreSQL streaming replica
- -c "UPDATE actor set first_name='BBB' where actor_id=1" UPDATE 1 $ psql -h 172.16.0.52 -U postgres testdb -c "SELECT * FROM actor where actor_id=1" actor_id | first_name | last_name | last_update ----------+------------+---------... tgres testdb -c "SELECT * FROM actor where actor_id=1" actor_id | first_name | last_name | la