Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to install pg_background extension in postgresql 11

Tags:

postgresql

I want execute atomic transaction in PostgreSQL, I found this "https://github.com/vibhorkum/pg_background" link but could not understand the process, can any one explain how to do this installation on a Linux server?

like image 585
Babu Avatar asked Jan 27 '26 22:01

Babu


1 Answers

# yum install postgresql12-devel
# yum install curl-devel expat-devel gettext-devel \
  openssl-devel zlib-devel
# git clone https://github.com/vibhorkum/pg_background.git
# export PATH=$PATH:/usr/pgsql-12/bin
# cd /pg_background
# make
# make install
# sudo -iu postgres psql
postgres # CREATE EXTENSION pg_background;
like image 93
Valeh Ağayev Avatar answered Jan 30 '26 11:01

Valeh Ağayev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!