Enter Keywords:
1 - 10 of 56(0.001 seconds)
Sort By:
 
is there a possibility to have a columns that receives only values between  0 and 100?
Zones: PostgreSQL, Microsoft...Date Answered: 11/22/2007 Rating: 8.2 Views: 0
hi experts, is it possible to declare global variables in postgres databases, i need variables not for all the server but for every database. if possible, as i see that i have a possibility ...
Zones: PostgreSQLDate Answered: 01/20/2008 Rating: 8.8 Views: 0
I want to install PostgreSQL in FAT32 and don't know how to do
Zones: PostgreSQLDate Answered: 03/11/2008 Rating: 2.6 Views: 4
I have a base table with several temporal partitions like this: base_table partition_1 partition_2 There are check rules on partitions, and trigger rules on the base table to ensure data loa...
Zones: PostgreSQLDate Answered: 03/18/2008 Rating: 8.8 Views: 0
i have a three tables that are related as follow: account (account_id); rf_card(rf_card_id,...,account_id); t_bag(....rf_card_id.., weight, date); t_bag which contains  a weight is the val...
Zones: PostgreSQLDate Answered: 03/13/2008 Rating: 9.3 Views: 0
this is my select :  SELECT ac.account_id, SUM(tb.weight)*50/1000  from trash_bag tb, rf_card ca, account ac    WHERE tb.rf_card_id = ca.rf_card_id    AND ca.account_id = ac.account_id    A...
Zones: PostgreSQLDate Answered: 03/14/2008 Rating: 9.4 Views: 0
hi experts, i need to adapt my query as explained in the attached code snipped, thanks,
Zones: PostgreSQLDate Answered: 04/08/2008 Rating: 9.2 Views: 0
Infragistics Webgrid How to add a row in the middle using server side / client side code
Zones: InfragisticsDate Answered: 09/21/2008 Rating: 8.0 Views: 17
SELECT * FROM table1 JOIN table2 USING (key2) LEFT JOIN table3 JOIN table4 USING (key4) USING (key3) WHERE table1.x=100 AND table2.y=200 All keys are primary keys and so indexed, and table1....
Zones: PostgreSQLDate Answered: 02/01/2009 Rating: 6.4 Views: 8
I have a DB is PostgreSQL 8.2 running on UltraSparc T2 Processor ( SUN T5120). All applications connecting to this DB will be using Store Porcedures. We have SPs for INSERT, DELETE, SELECT ,etc. W...
Zones: PostgreSQLDate Answered: 11/22/2008 Rating: 7.0 Views: 4