"Brian Tomaszewski" <brianbanjo(at)gmail(dot)com> writes:
> Does "it" refer to the postgres server? if so, how do I check that it is
> listening on a TCPIP port? (sorry if this sounds trivial, I am relatively
> new to postgres on linux)
try psql -h localhost -l
regards, tom lane