Re: [HACKERS] [Proposal]: Extends VisualStudio to automatically precompile EmbeddedSQL

2017-05-07 Thread Francis ANDRE
Le 02/05/2017 à 13:22, Michael Paquier a écrit : > On Tue, May 2, 2017 at 6:35 PM, zosrothko wrote: >> Hi >> >> I made an extension of VisualStudio that precompiles automaticaly C or >> C++ source with PostgreSQL Embedded SQL. The extension is made of the 3 >> files joined and I have no idea whe

[HACKERS] [Proposal]: Extends VisualStudio to automatically precompile EmbeddedSQL

2017-05-02 Thread Francis ANDRE
Hi I made an extension of VisualStudio that precompiles automaticaly C or C++ source with PostgreSQL Embedded SQL. The extension is made of the 3 files joined and I have no idea where they should be placed in the PostgreSQL source tree. Anybody interested in pushing this extension? FA ecpg.pr

Re: [HACKERS] Implementation of Date/Time Input Interpretation

2010-06-22 Thread Francis Markham
our algorithm I would be happy to hear it! Cheers, Francis Markham On 23 June 2010 12:21, Dann Corbit wrote: > > From: pgsql-hackers-ow...@postgresql.org > [mailto:pgsql-hackers-ow...@postgresql.org] On Behalf Of Francis Markham > Sent: Tuesday, June 22, 2010 7:13 PM > To: pgsql-hack

[HACKERS] Implementation of Date/Time Input Interpretation

2010-06-22 Thread Francis Markham
postgres source tree. Would any kind person be able to point me to the source file(s) that implement the above algorithm? Thanks in advance, Francis Markham

Re: Porting from MySQL to PostgreSQL (was: [HACKERS] pgsql 7.2.3

2002-12-09 Thread SEGUERRA FRANCIS TED ARANAS
thanks On 9 Dec 2002, Devrim GUNDUZ wrote: > Hi, > > On Mon, 2002-12-09 at 10:24, SEGUERRA FRANCIS TED ARANAS wrote: > > > how do i port from mysql to postgresql?.. > > http://techdocs.postgresql.org/#convertfrom > > Best reg

Re: [HACKERS] pgsql 7.2.3 crash

2002-12-09 Thread SEGUERRA FRANCIS TED ARANAS
how do i port from mysql to postgresql?... thanks bruce, francis -- ov3rr|d3r ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html

[HACKERS] Trigger - Editing Procedures

2001-09-14 Thread francis
  I have written some triggers which will call some procedures.   I am looking for some way wherein I can edit these procedures   Is there any way to do so?   regards, joseph