Обсуждение: TABLE PARTITION
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font size="3"><font face="Calibri">Hi,</font></font><p class="MsoNormal"style="MARGIN: 0in 0in 0pt"><font size="3"><font face="Calibri"> I am Nevin Alex and I am using postgresqldatabase for a year . But I have’nt used table partitions: Please help me to do it in a better way. I got it fromthe documentation that it is an inheritance capability and the Trigger working but for dynamic data how can I implementthat.</font></font><p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="Calibri" size="3"> </font><p class="MsoNormal"style="MARGIN: 0in 0in 0pt"><font size="3"><font face="Calibri">Thanks in advance</font></font>
On Feb 1, 2011, at 10:31 PM, NEVIN ALEX wrote: > Hi, > I am Nevin Alex and I am using postgresql database for a year . But I have’nt used table partitions: Please helpme to do it in a better way. I got it from the documentation that it is an inheritance capability and the Trigger workingbut for dynamic data how can I implement that. > Please elaborate more about the data which you are talking about. > Thanks in advance
Hi All,
I have a query regarding database.
I have database ‘customer’ which is having schema ‘cust.’
I have added my tables and data into ‘cust’. But when I try to run the sql queries against this schema I need to add ‘cust’ as a relationName for every query. But same is not applicable for public schema.
Same is applicable when I query with jdbc.
Can any one guide me how can I make my ‘cust’ schema to work like public schema means for all the sqls I don’t need to append schema name as relationanme.
Thanks
Amar
Hi All,
I have a query regarding database.
I have database ‘customer’ which is having schema ‘cust.’
I have added my tables and data into ‘cust’. But when I try to run the sql queries against this schema I need to add ‘cust’ as a relationName for every query. But same is not applicable for public schema.
Same is applicable when I query with jdbc.
Can any one guide me how can I make my ‘cust’ schema to work like public schema means for all the sqls I don’t need to append schema name as relationanme.
ThanksAmar