Advanced Search
Search Results
3 total results found
PostgreSQL Resources
See Also: Who uses PostgreSQL at UCLA?PostgreSQL official website: http://www.postgresql.orgModified versions: Bizgres ExtenDBTuning Guides: PostgreSQL 8.0 Performance Checklist How the Planner Uses Statistics Server configuration optionsGraphical Admin Tools:...
Who uses PostgreSQL at UCLA?
The purpose of this page is to create a directory of people who are using PostgreSQL and what advanced features they are using. Please try to mention how you have found certain features useful so that you can give other people ideas on how to better utilize th...
How do I count the number of times a word or phrase occurs in a string?
Assuming that you don’t have a built-in function that does this in one shot…Here is a trick for quickly (i.e. using minimal typing effort) counting the number of times a string occurs in a larger string:Below is some pseudocode for searching for a string calle...