Take the 2-minute tour ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

I have a postgres database with tables and functions build using sql templates. And I would like to use a database program to save these templates and search where I used it.

What i want to do is to save those templates and each in tables and functions identified which template i use, for example by comment, and look for them.

I searched for programs that let me save those template and I've found:

  • navicat; let me save the template queries but will not organize it in folders or tell me where i use it
  • valentina studio, let me save templates and add comments to the functions and others, but do not let me search for the comments

Do you know any database program that works with postgres, that allows me to do this?

share|improve this question
    
You seem to have copied and pasted this to stackoverflow.com/q/21943967/398670. Please don't do that, especially without linking between sites. It wastes everyone's time. Pick one and delete the other. –  Craig Ringer Feb 22 '14 at 3:35
    
Regarding the question its self, I'm finding it hard to understand what you mean. "tables and functions built using sql templates", "search where I used it". Can you show with SQL what you mean? –  Craig Ringer Feb 22 '14 at 3:39
    
i mean that i have a sql file with the basic query i used to build a common function, i edit thist sql file and execute it to create that funcion and later y want to search function builded with that file. i will add more detail to my question, sorry for my english –  aegis Feb 22 '14 at 13:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.