The following bug has been logged online:
Bug reference: 1818
Logged by: Josef Springer
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0.3
Operating system: Win2k
Description:ODBC: Wrong encoding when reading string coumns
Details:
Database encoding: UNICODE
I am sorry, I haven't kept any screenshot...
The password was a "very" (15 chars) random string...
And after that, installer seemed to try to connect to database with the old and "weak" password,
but it fails...
Best Regards,
Laurent
Le lundi 08 août 2005 à 20:55 +0200, Magnus Hagander a éc
Hi
I have created an Application in VB . In this
application I want to show records in the grid using a like query which fetch
the values from the table which is having about 55 lac debtor list in
it. I have applied like query on Debtor Id which is a primary key and having
index on it.
I
/* Processed by ecpg (4.0.1) */
/* These include files are added by the preprocessor
*/
#include
#include
#include
#include
/* End of automatic include section */
#line 1 "main.pgc"
#include
int main(int argc,char **argv)
{
ECPGdebug(1,stderr);
return 0;
}
Running the above p
Make sure the lib directory is in the PATH.
I tested it in MinGW.
$ ecpg main.pgc
$ gcc main.c -I../include -L../lib -lecpg
$ export PATH=$PATH:"/c/Program Files/PostgreSQL/8.0/lib"
$ ./a.exe
[1772]: ECPGdebug: set to 1
""joshua masiko"" <[EMAIL PROTECTED]> wrote
news:[EMAIL PROTECTED]
>
> The f
The following bug has been logged online:
Bug reference: 1816
Logged by: Rafael BArrios
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.02
Operating system: FEdora Core 2
Description:Insert null values on a null field
Details:
I have a table wich is reference
On 8/8/05, Tom Lane <[EMAIL PROTECTED]> wrote:
>
> Uh, does the same thing happen if you *don't* cancel it?
>
Yes. In that case, it change the OID counter to the maximum OID in
the table if the OID counter was less than the maximum. This is only
a problem when the OID counter has wrapped becau
The following bug has been logged online:
Bug reference: 1817
Logged by: nguyen
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0.3
Operating system: windown2000 server
Description:column not exist
Details:
when i excecuted sql command "select * from employee
nguyen wrote:
when i excecuted sql command "select * from employee" then result were ok,
but if sql command were "select employeeID from employee" then have error
return : column employeeID does not exist
This error is usually produced because a column of that name does not exist.
Since you a
Rafael BArrios wrote:
Description:Insert null values on a null field
I have a table wich is referenced as foreing key for others, the problem is,
in my case my table is composed of 4 fields, 2 of them are FK but all of
them are not null by definition. If i insert the data for the FK and
Mahesh Shinde wrote:
Hi I have created an Application in VB . In this application I want
to show records in the grid using a like query which fetch the values
from the table which is having about 55 lac debtor list in it. I have
applied like query on Debtor Id which is a primary key and having
in
> I am sorry, I haven't kept any screenshot...
> The password was a "very" (15 chars) random string...
> And after that, installer seemed to try to connect to
> database with the old and "weak" password, but it fails...
That cannot possibly be it, because the generated password is only used
for
On Mon, Aug 01, 2005 at 06:02:30AM +0100, Aaron Harsh wrote:
> pg_dump: ERROR: unexpected chunk number 0 (expected 1) for toast value
> 4294879152
> pg_dump: SQL command to dump the contents of table "dataset_cache" failed:
> PQendcopy() failed.
> pg_dump: Error message from server: ERROR: unexp
> Bug reference: 1818
> Logged by: Josef Springer
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.0.3
> Operating system: Win2k
> Description:ODBC: Wrong encoding when reading string coumns
> Details:
>
> Database encoding: UNICODE
Database encoding UNICOD
Hi
I am using Postgres version
*PostgreSQL 7.4.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2.2
20030222 (Red Hat Linux 3.2.2-5).*
for an multy
user desktop application using VB 6.0 as a front end
toll.
To connect To the PostgreSQL I am using *PostgreSQL W
Alvaro Herrera wrote:
> Looks very much like the table was corrupted. Maybe you should try to
> test your RAM and disks. Not sure how to do that on x86-64 though,
> unless the test utility at www.memtest86.com has been ported to it.
x86-64 systems will still boot and run 32-bit code fine (altho
16 matches
Mail list logo