[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Postgresql on Alpha doesn't print Modifiers?



Am I missing something obvious here or does the alpha postgresql not
print the table column modifiers?  I cannot find anything obvious that
makes the output different.

Here is the output from an alpha, postgresql 7.2.1-3

            Table "brands"
   Column    |          Type
-------------+------------------------
 id          | smallint
 name        | character varying(100)
 description | character varying(255)
Indexes: brands_name
Primary key: brands_pkey


And here is the output from an intel, postgresql 7.2.1-2
   Column    |          Type          |                    Modifiers            
-------------+------------------------+-------------------------------------------------
 id          | smallint               | not null default nextval('brands_id_seq'::text)
 name        | character varying(100) | not null
 description | character varying(255) |
Indexes: brands_name
Primary key: brands_pkey

I'm stuffed if I know why I don't get that third column on the alpha.
Surely its not arch specific?  Any alpha users got the modifier column?

  - Craig
-- 
Craig Small VK2XLZ  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.eye-net.com.au/        <csmall@eye-net.com.au>
MIEEE <csmall@ieee.org>                 Debian developer <csmall@debian.org>


-- 
To UNSUBSCRIBE, email to debian-alpha-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: