BUG #14633: ecpg : nothing is generated when using option -v

From: zosrothko(at)orange(dot)fr
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14633: ecpg : nothing is generated when using option -v
Date: 2017-04-27 12:20:15
Message-ID: 20170427122015.24360.80729@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14633
Logged by: Francis ANDRE
Email address: zosrothko(at)orange(dot)fr
PostgreSQL version: 9.5.1
Operating system: Win7 Pro
Description:

Hi

Running the ecpg precompiler command with option -v generates an empty
main.cxx

C:\MXW\Clients\PagesJaunes\SQLDynamic\SQLDynamic>"C:\Program Files
(x86)\PostgreSQL\9.5\bin\ecpg.exe" -v -o main.cxx main.pgc

ecpg, le préprocesseur C embarqué de PostgreSQL, version 4.11.0
la recherche EXEC SQL INCLUDE ... commence ici :
.
/usr/local/include
C:/Program Files (x86)/PostgreSQL/9.5/include
/usr/include
fin de la liste de recherche

C:\MXW\Clients\PagesJaunes\SQLDynamic\SQLDynamic>type main.cxx

C:\MXW\Clients\PagesJaunes\SQLDynamic\SQLDynamic>

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pantelis Theodosiou 2017-04-27 12:31:16 Re: BUG #14632: Plus and minus operators inconsistency with leap years and year intervals.
Previous Message Andrew Gierth 2017-04-27 10:57:45 Re: Meaning of pg_constraint.conindid for foreign keys