Unix Technical Forum

Interval with precision

This is a discussion on Interval with precision within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> Hi, today I discovered the following bug / missing feature: > create table x (a interval, b interval hour ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 08:25 PM
W. Haslbeck
 
Posts: n/a
Default Interval with precision

Hi,

today I discovered the following bug / missing feature:

> create table x (a interval, b interval hour to minute);


in psql it looks ok:

\d x
Tabelle »public.x«
Spalte | Typ | Attribute
--------+-------------------------+-----------
a | interval |
b | interval hour to minute |

but in PgAdminIII (I checked 1.4.1 and 1.4.2 on Linux and win32) I get:

CREATE TABLE x
(
a interval,
b interval(201392127)
)
WITHOUT OIDS;

Walter

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:14 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com