Home
The Toolkit for Online Communities
15898 Community Members, 0 members online, 2363 visitors today
Log In Register

Forum OpenACS Q&A: Response to lynx, cookies and ACS sessions

OpenACS Home : Forums : OpenACS Q&A : Response to lynx, cookies and ACS sessions : One Message

+
Posted by Dan Wickstrom on
I've been using this for pgsql:

find . -type f -name "*.sql" -exec etags --regex="/create[ 	]+table[ 	]+([^ 	]+)//" --regex="/create[ 	]+function[ 	]+([^ 	]+)//"
You could also extend this to find indices, views and just about anything else you would like to find quickly.