- Mailing list pgsql-bugs

From viswam mamilla
Subject
Date
Msg-id CAFtRCcR=GcomQ-TQejE5VA3EC07iWySxs-cNL95HXVDpX6-bNQ@mail.gmail.com
Whole thread Raw
Responses Re:  (John R Pierce <pierce@hogranch.com>)
List pgsql-bugs
Hi,
This is viswam.

Iam using PostgreSQL 9.1 in my local system.when iam using this database
with vb.net my application gets very slow while retriving data from
database.if i used the same with access or SQL database its is very fast.

Can i know what is the problem.Iam using ODBC Connection for postgresql.

here iam writing one sample table in postgresql.

CREATE TABLE "AppUsers"
(
  "UserID" smallint,
  "Name" character(100),
  "EmailID" character(150),
  "Password" character(20),
  "UserRole" character(50)
)
WITH (
  OIDS=FALSE
);
ALTER TABLE "AppUsers"
  OWNER TO postgres;

pgsql-bugs by date:

Previous
From: matti.aarnio@methics.fi
Date:
Subject: BUG #7865: Unexpected error code on insert of duplicate to composite primary key
Next
From: Tom Lane
Date:
Subject: Re: BUG #7865: Unexpected error code on insert of duplicate to composite primary key