If I use vi as my editor how do I copy the text to the clipboard?

-----Original Message-----
From: pgsql-general-ow...@postgresql.org
[mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Chris Angelico
Sent: Thursday, November 01, 2012 8:57 AM
To: pgsql-general@postgresql.org
Subject: Re: [GENERAL] role does not exist

On Fri, Nov 2, 2012 at 12:51 AM, Kevin Burton <rkevinbur...@charter.net>
wrote:
> If you change the grep to postgres then there are a number of entries 
> (about 17). The output since I don't have a clipboard is too much to 
> try and type in by hand.

Try this:

ps ax| grep postgresql >processes.txt

Then open processes.txt in an editor. You may be able to use the clipboard
more easily that way.

ChrisA


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make
changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to