Hello,
I am trying to install PostgreSQL 7.3.3 from source on Mac OS X and
having some difficulty.
My configure command is as follows:
./configure --enable-multibyte --enable-unicode --enable-odbc
--with-java
Everything seems to go fine upon running gmake until reaching the ant
build. At
> Dear Sir,
> I have been using postgreSQL through PHP for last 7 days.
> it was working absolutely fine But today when i created
> new tables in the database, It dint allow me to insert
> records into it. though i can insert records into old
> tables which are in the same database.The error is
Please see the attached file.
---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html
Here is a trouble I am having, that looks like a bug to me:
create table abc (a int, b int, c int);
create index abc_idx on abc (a,b,c);
set enable_seqscan=off;
explain select * from abc where a in (1,2,3);
QUERY
PLAN