Re: [INTERFACES] Porting Postgres to NT procedures for English version.

Lists: pgsql-interfaces
From: Kevin Lo <jwlo(at)ms11(dot)hinet(dot)net>
To: pgsql-interfaces(at)postgreSQL(dot)org, webmaster(at)postgreSQL(dot)org
Cc: JKraaijeveld(at)askesis(dot)nl, horak(at)mmp(dot)plzen-city(dot)cz, fk(at)akf(dot)dk, hal_snyder(at)sdsi(dot)com
Subject: Porting Postgres to NT procedures for English version.
Date: 1999-05-13 11:56:12
Message-ID: 373ABDDC.AECCB761@ms11.hinet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

Folks,

I had written procedures regarding porting Postgres to NT for Chinese version.
Because many people sent me emails, they asked me to traslate this doc
into English, so I have already finished :)

You can go to http://members.tripod.com/~kevlo/postgres/postversion.html
and select English or Chinese version.

BTW, please correct me if my English grammer is wrong, thanks.

Hope this helps,
Kevin.


From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Kevin Lo <jwlo(at)ms11(dot)hinet(dot)net>
Cc: pgsql-interfaces(at)postgreSQL(dot)org, webmaster(at)postgreSQL(dot)org, JKraaijeveld(at)askesis(dot)nl, horak(at)mmp(dot)plzen-city(dot)cz, fk(at)akf(dot)dk, hal_snyder(at)sdsi(dot)com
Subject: Re: [INTERFACES] Porting Postgres to NT procedures for English version.
Date: 1999-05-13 13:29:30
Message-ID: 373AD3BA.2CAE7D9C@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

> I had written procedures regarding porting Postgres to NT for Chinese
> version.
> Because many people sent me emails, they asked me to traslate this doc
> into English, so I have already finished :)

Would this be an appropriate doc to incorporate into the main Postgres
documentation set, or do you think that it is best left separate, at
least for now?

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California


From: Kevin Lo <jwlo(at)ms11(dot)hinet(dot)net>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: pgsql-interfaces(at)postgreSQL(dot)org, webmaster(at)postgreSQL(dot)org, JKraaijeveld(at)askesis(dot)nl, horak(at)mmp(dot)plzen-city(dot)cz, fk(at)akf(dot)dk, hal_snyder(at)sdsi(dot)com
Subject: Re: [INTERFACES] Porting Postgres to NT procedures for English version.
Date: 1999-05-13 19:29:46
Message-ID: 373B282A.AB5F0D2F@ms11.hinet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

Thomas Lockhart wrote:

> > I had written procedures regarding porting Postgres to NT for Chinese
> > version.
> > Because many people sent me emails, they asked me to traslate this doc
> > into English, so I have already finished :)
>
> Would this be an appropriate doc to incorporate into the main Postgres
> documentation set, or do you think that it is best left separate, at
> least for now?

IMO, I think this doc would be incorporated into the main Postgres
documentation set. As Dan mentioned, 6.5 supports dynamicly loaded
modules, so it is possible to use plpgsql and other modules.

What do you think, Dan?

> - Thomas

-Kevin.