Re: Fixing row comparison semantics
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Cc: Martijn van Oosterhout <kleptog@svana.org>, pgsql-hackers@postgresql.org
Date: 2005-12-24T14:45:30Z
Lists: pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes: >> Now, since COLLATE support is still in progress, I'm not sure how much >> any of this helps you. I'm up to modifying the scankeys but it's hard >> when you jave to keep rgrepping the tree to work out what is called >> from where... > src/tools/make_ctags is your friend... If grep -r is too slow for you, there's a package called glimpse that I've used for years. It builds a full-text index of any specified collection of files, and then does grep-like searches nearly instantaneously. The output format is the same as grep so you can teach emacs to visit all the hits. regards, tom lane