Could you reimplement your batch files as internal functions? Thus calling one complicated function with arguments that returns the final results - do a google for "postgresql C function
To create a new database or schema you can issue the commands "CREATE DATABASE foo;" and "CREATE SCHEMA bar;", though I always find it easier to work in the "public" schema. If you want to use the database, you need to start the connection with the database name as a parameter (i.e. "psql foo")...
Hi, I am storing the text for certain sections in my site in a multilingual, multi-revisional table (site_text) And, in order to render a page I need to extract all the relevant information from there by referencing the keys from (site_page).
I have the following query, but I am worried about...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.