Search
 
SCRIPT & CODE EXAMPLE
 

SQL

amazon linux postgresql client

[ec2-user ~]$ sudo yum install -y  https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-redhat10-10-2.noarch.rpm

[ec2-user ~]$ sudo sed -i "s/rhel-$releasever-$basearch/rhel-latest-x86_64/g" "/etc/yum.repos.d/pgdg-10-redhat.repo"
Comment

amazon linux postgresql client

yum install -y https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-latest-x86_64/postgresql10-libs-10.7-2PGDG.rhel7.x86_64.rpm
yum install -y https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-latest-x86_64/postgresql10-10.7-2PGDG.rhel7.x86_64.rpm
yum install -y https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-latest-x86_64/postgresql10-server-10.7-2PGDG.rhel7.x86_64.rpm
Comment

PREVIOUS NEXT
Code Example
Sql :: how to use group_concat in sql server 
Sql :: pluck in query builder 
Sql :: CONCAT_WS() concat function we can use for adds two or more expressions together with a separator or delimeter. 
Sql :: how to import large sql file in phpmyadmin in ubuntu 
Sql :: create or replace table sql 
Sql :: date between in mysql 
Sql :: sql distinct with count 
Sql :: mysql set password for user 
Sql :: sql select second max 
Sql :: add column if not exists mysql 
Sql :: mysql subdate 
Sql :: lowest salary in sql 
Sql :: get current month last date in sql server 
Sql :: How do I modify a MySQL column to allow NULL? 
Sql :: select nextval from sequence sql 
Sql :: insert current date in mysql 
Sql :: sql waitfor 
Sql :: sql get the name of user pc 
Sql :: ascending order mysql 
Sql :: extract weekday from date in sql 
Sql :: sql foreign key 
Sql :: referential integrity constraint 
Sql :: mysql copy table to another table 
Sql :: excel export from sql using python 
Sql :: encrypt password postgresql 
Sql :: postgres list users 
Sql :: nullif postgresql 
Sql :: SQL Multiple Cases 
Sql :: oracle sql concatenate results into string 
Sql :: import sql in postgresql 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =