PATCH: Support smallserial columns in Edit Data window

From: "J(dot)F(dot) Oster" <jinfroster(at)mail(dot)ru>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: Support smallserial columns in Edit Data window
Date: 2014-10-24 19:12:36
Message-ID: 427928684.20141024231236@mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello!

This patch adds a few missing lines of code to handle smallserial
columns the same way as serial and bigserial.

--
Best regards,
J.F.

Attachment Content-Type Size
141024_editgrid_serial.patch application/octet-stream 2.5 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message J.F. Oster 2014-10-24 19:35:24 PATCH: Clear undo/redo history when a file is opened in Query editor
Previous Message J.F. Oster 2014-10-24 17:02:32 PATCH: Fix Explain data output column not auto-sizing