Hi
On Wed, Jun 6, 2012 at 7:33 AM, Dickson S. Guedes wrote:
> Hello all,
>
> I'm starting some proof-of-concept working on frmEditGrid trying make
> some "improvements" like:
>
> 1) show a combo box in columns of type enum;
Nice.
> 2) show a datetime picker in columns of type date/time/timestam
On Wed, 2012-06-06 at 09:33 +0100, Dave Page wrote:
> Hi
>
> On Wed, Jun 6, 2012 at 7:33 AM, Dickson S. Guedes
> wrote:
> > Hello all,
> >
> > I'm starting some proof-of-concept working on frmEditGrid trying make
> > some "improvements" like:
> >
> > 1) show a combo box in columns of type enum;
Update VC++ project files to 2010
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=95b8bacf8541baf9d933fc4cd7acbf3669e0c8ae
Modified Files
--
Makefile.am |7 +-
docs/Docs.vcproj| 1139 -
Add a couple of files missed in the last commit, and update the VC++
version in the INSTALL file.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=dde05ef4fc6f6122410f1b9d07a050363b50c7d7
Modified Files
--
INSTALL |4 +-
README updates.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a0b693a37caf9ba71051f24f58c61e8cc0b67330
Modified Files
--
README |8
1 files changed, 4 insertions(+), 4 deletions(-)
--
Sent via pgadmin-hackers mailin
On Sat, Jun 2, 2012 at 11:14 PM, Guillaume Lelarge
wrote:
> On Sat, 2012-06-02 at 22:24 +0100, Dave Page wrote:
>> Hi
>>
>> We're building the PostgreSQL installers using VC++ 2010 for 9.2, and
>> because I use the dependency set and pg_dump/psql/etc binaries from
>> that distribution, I've also u
2012/6/6 Dave Page :
>> 2) show a datetime picker in columns of type date/time/timestamp;
>
> Hmm, nice idea in principle, but I'm not sure if there's a suitable
> control that will allow the flexibility required (fractional seconds,
> timezones etc). Obviously that's not needed in all cases, but w
On Wed, Jun 6, 2012 at 2:38 PM, Dickson S. Guedes wrote:
>
>>> - Which field should be displayed in the combo?
>>> Generally the value of a FK doesn't has enough information about
>>> what it means, them you need another field (e.g a description or
>>> person_name field) to make sense.
>>
>> We