Re: the integer type

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To: chris smith <dmagick(at)gmail(dot)com>
Cc: Zahir Lalani <zahir(at)systemz(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: the integer type
Date: 2006-04-13 15:19:05
Message-ID: 443E6BE9.8070103@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

chris smith wrote:
>
> What error do you get? I'm sure pgAdmin will show something.
>
> Try it from console:
>
> psql.exe dbname
> create table t1(a int);
>
> (Always CC the list, someone else might be able to help you if I don't
> know the answer).
>
It's not a error, pgAdmin III simply does not display the word integer
in it's drop down comboboxes, it uses all the internal representation of
types not the SQL standard aliases.

PG Lightning Admin on the other hand does use the SQL standard names in
the comboboxes which make things a little easier for those coming from
other databases and that's why PG
Lightning Admin is the best choice for all users running a win32 desktop
or coming from another database system such as MS SQL server. Just
because it's free (pgAdminIII) does not mean it should be your only or
best choice.

pgAdmin III also won't accept double precision in it's type selection
combobox.

Later,

--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Leif B. Kristensen 2006-04-13 15:29:49 Re: browser shows garbage instead of UTF-8 characters
Previous Message Michael Glaesemann 2006-04-13 15:09:28 Re: export from views