If I use vi as my editor how do I copy the text to the clipboard? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Chris Angelico Sent: Thursday, November 01, 2012 8:57 AM To: [email protected] Subject: Re: [GENERAL] role does not exist
On Fri, Nov 2, 2012 at 12:51 AM, Kevin Burton <[email protected]> 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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
