![]() |
1
5
作为
记事
似乎还有一个名为 libpqtypes |
![]() |
2
9
http://git.postgresql.org/gitweb?p=postgresql.git;a=blob;f=src/include/utils/array.h;h=7f7e744cb12bc872f628f90dad99dfdf074eb314;hb=master 描述Postgres数组的二进制格式。当使用libpq时,省略vl len部分。例如,一个由4个整数组成的数组如下所示: 0x00000001 0x00000000 0x00000017 0x00000004 0x00000001 0x00000004 0x00000004 0x00000004 0x00000004 0x00000004
|