---
t
I just think any "empty" array length should return 0, but not null. It's not
a NULL array.
Is there standard definition of this behavior?
--
------
iihero(Xiong He) http://www.sql9.com
--
mail list, which says that there is one at
http://winpg.jp/~saito/pg_work/OSSP_win32/
Now all the build can pass well. Thanks so much.
Maybe the document can be updated for this.
2008/10/8 Magnus Hagander <[EMAIL PROTECTED]>
> iihero wrote:
> > Thanks. Now the header file include
Thanks. Now the header file include issues resolved. I fetch the latest code
and no such issues.
But I found new issues now. (the latest code from cvs)
1. file : contrib\fuzzystrmatch\dmetaphone.c,
line: 1040 and line: 464, both look like as below,
case '?:
There is no the matched single qu
ed to install the Platform SDK properly.
>
> //Magnus
>
>
> iihero wrote:
> > When I build pgsql via perl after run the command line env of VS2005,
> > there are lots of following error:
> >
> >
> >
> >
> > e:\learn\db_research\postgresql\sour
When I build pgsql via perl after run the command line env of VS2005,
there are lots of following error:
e:\learn\db_research\postgresql\source\postgresql-8.3.3\src\include\port
.h(83): error C2146: syntax error : missing ')' before identifier 'hProcess'
e:\learn\db_research\postgresql\source\
In libpq, the definition is like:
PGresult *
PQprepare(PGconn *conn,
const char *stmtName, const char *query,
int nParams, const Oid *paramTypes)
Could we remove the parameter "nParams"?
e.g. "insert into foo(id, name, address) values ($1, $2, $3)"
PostgreSQL possibly can parse the prepare