From: | Thomas Hart <tomhart(at)coopfed(dot)org> |
---|---|
To: | hjenkins <hjenkins(at)uvic(dot)ca> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: spreadsheet interface |
Date: | 2007-12-17 21:20:20 |
Message-ID: | 4766E814.5050408@coopfed.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
hjenkins wrote:
> Some people in my workplace are asking if there exists a GUI that will
> allow cut-and-paste of multiple cells directly from (and, preferably,
> directly to) spreadsheets. pgAdmin III, PGAccess, and TOra don't seem to.
> Any suggestions?
>
By "spreadsheet" I'm going to assume you mean M$ excel. The best way I
can think of to pull that off is to set up an Access db with the
psqlODBC driver to connect to it. I believe you ought to at least be
able to copy from the db that way (btw pgAdmin does work with a little
effort, if you're too leet for access, though at that point you'd be
able to work with pgadmin (or even better yet, and deserving of two
levels of parantheses, use csv/txt files and COPY from psql at a dummy
terminal in amber text)).
Lol sorry to get off the point, but this is the first suggestion that
pops in mind.
--
Tom Hart
IT Specialist
Cooperative Federal
723 Westcott St.
Syracuse, NY 13210
(315) 471-1116 ext. 202
(315) 476-0567 (fax)
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2007-12-17 21:20:23 | Re: spreadsheet interface |
Previous Message | Joshua D. Drake | 2007-12-17 21:11:49 | PostgreSQL Conference East Update |