You are not logged in.

#1 2011-02-07 16:34:25

Carlwill
Member
From: Orlando, FL
Registered: 2008-10-06
Posts: 560
Website

PostgreSQL Client On Arch Linux?

I would like to be able to connect to my PostgreSQL server in the office without having to always SSH to the server and then use the client on the server. Can I simply not use a client on my workstation and connect using:

psql -h 192.168.1.200 -d dbname

I don't want to install the database application daemon on my workstation as I find that to be extremely overkill in order to just connect via CLI to a database server. I would think there has to be a separate client application I can install, no?


./

Offline

#2 2011-02-07 16:38:42

toofishes
Developer
From: Chicago, IL
Registered: 2006-06-06
Posts: 602
Website

Re: PostgreSQL Client On Arch Linux?

It is a 4 MB package so you are splitting hairs over package size. Just because you install the server doesn't mean you ever have to run it, so the postgresql package is what you want.

Offline

#3 2011-02-07 16:41:05

Carlwill
Member
From: Orlando, FL
Registered: 2008-10-06
Posts: 560
Website

Re: PostgreSQL Client On Arch Linux?

toofishes wrote:

It is a 4 MB package so you are splitting hairs over package size. Just because you install the server doesn't mean you ever have to run it, so the postgresql package is what you want.

It's not the size of the package as that would be splitting hairs. So I have to install the server daemon / software in order to have a client application? I work for the DoD and we have applications that are authorized and not authorized to be installed on basic workstations. Obviously workstations running their own database servers are not permitted here so looks like that doesn't work.


./

Offline

#4 2011-02-07 17:22:35

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: PostgreSQL Client On Arch Linux?

abs exists for a reason. You can always make your own split postgresql package if you want to. (assuming pgsql actually can be split in server/client packages)

Last edited by Mr.Elendig (2011-02-07 17:23:29)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#5 2011-02-07 17:34:20

Carlwill
Member
From: Orlando, FL
Registered: 2008-10-06
Posts: 560
Website

Re: PostgreSQL Client On Arch Linux?

Mr.Elendig wrote:

abs exists for a reason.

I assume it had a purpose but decided to ask here 1st in case the client package already existed.


./

Offline

#6 2011-02-07 23:59:51

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: PostgreSQL Client On Arch Linux?

A quick search on AUR finds exactly this:
http://aur.archlinux.org/packages.php?ID=30977

Offline

#7 2019-06-24 16:28:22

kitus
Member
Registered: 2017-03-11
Posts: 4

Re: PostgreSQL Client On Arch Linux?

If you only want the client psql, install only the libraries...

sudo pacman -S postgresql-libs

Offline

#8 2019-06-24 16:47:03

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,736

Re: PostgreSQL Client On Arch Linux?

Please don't necrobump 8 year old threads, chances that things have changed in the meantime are high.

Closing.

Offline

Board footer

Powered by FluxBB