PostgreSQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesPostgreSQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 2nd, 2009, 10:25 PM
mondele mondele is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2009
Posts: 4 mondele User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 4 m 56 sec
Reputation Power: 0
Type casting view columns

Hello,

I have one view which relies on others. Basically a bunch of views that each perform one step of a calculation and one final view which combines the final result

All of the calculations deal exclusively with integers but the final view is spitting out the columns with the type Numeric instead of Integer. To fix this I am trying to cast it as integer in the final view.

The current result of the view for the column "played_home" gives me 4 rows with values 0, 1, 1 and 2. Yet when I try to cast this I am getting this error:

ERROR: cannot change data type of view column "played_home"

I have tried casting using two different syntax (both give the same error)
cast(sum(played_home) as integer) AS played_home
sum(played_home)::integer AS played_home

BTW, if you're curious, this is a problem in my application code because I am using SQLAlchemy, an ORM in Python, and it is giving me a string wrapped in a Decimal function rather than the native integer data type. So I get Decimal("2") instead of just 2.

Any help would be appreciated, thanks!

Reply With Quote
  #2  
Old July 9th, 2009, 08:03 AM
coredev coredev is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2006
Posts: 72 coredev User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 46 m 52 sec
Reputation Power: 4
Hi!
Can this help?
http://archives.postgresql.org/pgsql-bugs/2007-09/msg00011.php

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesPostgreSQL Help > Type casting view columns


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek