Re: 2 newbie questions

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: 2 newbie questions
Дата
Msg-id web-509325@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на 2 newbie questions  ("Helen M Hudson" <helen@rttc.co.za>)
Ответы --with-python under MacOSX  (Nathan Wilson <velosa@cinenet.net>)
Список pgsql-novice
Helen,

First, go to TechDocs (http://techdocs.postgresql.org/).  There you will
find several articles and scripts for porting Access to PsotgreSQL.

Second, join pgsql-odbc mailing list, where you will find other users
running postgres with MS Access and VB front-ends.

> 1. I'm porting a clients database over from access(!).  In order not
> to have
> to tamper with the code, I need to rid myself of the oid column.  I
> have a
> workaround which involves editing the code, but I was just interested
> if the
> "getting rid of the oid column" was a possibility?

OID-less tables will become available in 7.2 (currently in beta).
However, as a developer who has one Access client app running on a
PostgreSQL back-end, I don't understand the problem that you are having
with OIDs.   They have not been a concern for me.

> 2. I have a date/time column in access... should this datatype be
> datetime
> in postgres... and how do i format the text to import it into the
> postgres
> file using copy?

Several valid date/time formats should work.  You'll have best luck with
the standard Unix format, that is "YYYY-MM-DD HH:MM:SS" (i.e.
"2001-07-10 14:23:57").

-Josh

______AGLIO DATABASE SOLUTIONS___________________________
                                       Josh Berkus
  Complete information technology      josh@agliodbs.com
   and data management solutions       (415) 565-7293
  for law firms, small businesses        fax 621-2533
    and non-profit organizations.      San Francisco

В списке pgsql-novice по дате отправления:

Предыдущее
От: Jason Earl
Дата:
Сообщение: Re: 2 newbie questions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.1.3 compilation failure (libpq or aync?)