postgresql install ubuntu
sudo apt update
sudo apt install postgresql postgresql-contrib
sudo -u postgres createuser --interactive
sudo -u postgres createdb database1
                                
                            postgresql install ubuntu
sudo apt update
sudo apt install postgresql postgresql-contrib
sudo -u postgres createuser --interactive
sudo -u postgres createdb database1
                                
                            ubuntu install and configure postgres server
sudo apt update
sudo apt install postgresql postgresql-contrib
                                
                            postgres ubuntu
sudo -u postgres psql
                                
                            install postgresql ubuntu
sudo apt install postgresql postgresql-contrib
                                
                            postgres setup Linux Debian
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install postgresql-12
                                
                            how to install postgres in ubuntu
root@pooja-virtual-machine:~# apt-get install postgresql-11
                                
                            Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us