From: | "A(dot)Bhuvaneswaran" <bhuvan(at)symonds(dot)net> |
---|---|
To: | Vivek <vivek(at)fideltech(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org, <ambadas2000(at)hotmail(dot)com> |
Subject: | Re: |
Date: | 2003-06-04 06:10:43 |
Message-ID: | Pine.LNX.4.44.0306041138030.1123-100000@Bhuvan.bksys.co.in |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
> 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:
>
> array_in:need to specify dimensions
It is an array field and you are trying to insert 'value'. Instead you
should insert '{value}'. The 'value' will be stored in first subscript,
field[1].
regards,
bhuvaneswaran
From | Date | Subject | |
---|---|---|---|
Next Message | Jeffrey Babb | 2003-06-04 19:31:55 | Installation problems |
Previous Message | Ian Barwick | 2003-06-02 19:03:19 | Re: "PostgreSQL BugTool page": MIA? |