From: | Adam Witney <awitney(at)sghms(dot)ac(dot)uk> |
---|---|
To: | pgsql-admin <pgsql-admin(at)postgresql(dot)org> |
Subject: | Column duplication with \d in psql |
Date: | 2005-02-10 17:29:27 |
Message-ID: | BE314A77.40A15%awitney@sghms.ac.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Something strange has just appeared in my database, can anyone explain this
duplication of columns:
test=# \d plate_reporter
Table "plate_reporter"
Column | Type | Modifiers
-------------------+---------+--------------------------------------------
plate_reporter_id | integer | not null,
plate_reporter_id | integer | not null,
plate_id | integer | not null
plate_id | integer | not null
well_address | text | not null
well_address | text | not null
reporter_id | integer | not null
reporter_id | integer | not null
dilution_factor | text |
dilution_factor | text |
Thanks
Adam
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-02-10 17:45:06 | Re: Column duplication with \d in psql |
Previous Message | KALODIKIS THODORIS | 2005-02-10 14:47:02 | Check user |