Tom Lane wrote:
> Mats Lofkvist <[EMAIL PROTECTED]> writes:
> > When testing postgres 7.2.1 on a sparc/solaris8 box with
> > --enable-locale --enable-multibyte I get a crash in
> > convert_string_datum.
>
> This smells like a problem that we chased down awhile back, that
> snprintf on Solaris is
On Thu, 11 Jul 2002 [EMAIL PROTECTED] wrote:
> CNLIOU ([EMAIL PROTECTED]) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description
> Fail To Create/Drop Temporary Table IN PL/PGSQL
>
> Long Description
> Hi!
>
> In TODO list, it reads in sub section
Mats Lofkvist <[EMAIL PROTECTED]> writes:
> When testing postgres 7.2.1 on a sparc/solaris8 box with
> --enable-locale --enable-multibyte I get a crash in
> convert_string_datum.
This smells like a problem that we chased down awhile back, that
snprintf on Solaris is broken (it will write past the
CNLIOU ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
Fail To Create/Drop Temporary Table IN PL/PGSQL
Long Description
Hi!
In TODO list, it reads in sub section
"Fix problems with complex temporary table creation/destruction
CNLIOU ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
PL/pgSQL Parameter Of Composite Type
Long Description
Hello!
"Example 23-4. A PL/pgSQL Function on Composite Type" says that we are allowed to pass
record to pl/pgsql, bu
OK, would you send us a correcting patch? Thanks.
---
[EMAIL PROTECTED] wrote:
> Piotr Klaban ([EMAIL PROTECTED]) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description
> Pg
grant wrote:
> You could fake some of this (select only) by using the dblink stuff in
> contrib. You could link back to yourself and make it work. Maybe if
> you REALLY need it, you could modify dblink to allow updates as well as
> selects. If you really need it that bad, you have the sourc
Hi,
When testing postgres 7.2.1 on a sparc/solaris8 box with
--enable-locale --enable-multibyte I get a crash in
convert_string_datum.
The backend just dies when doing an select. With casserts
and debug configured in I got the following in the log:
NOTICE: AllocSetFree: detected write past c
You could fake some of this (select only) by using the dblink stuff in
contrib. You could link back to yourself and make it work. Maybe if
you REALLY need it, you could modify dblink to allow updates as well as
selects. If you really need it that bad, you have the source, write it.
--
Andrew Kohlsmith <[EMAIL PROTECTED]> writes:
> Is there a way to start a transaction at the start of
> the dump and hold it throughout successive connections, finally releasing it
> at the end?
No, and since one backend can only talk to one database, I don't foresee
that changing.
> Or is that
Andrew Kohlsmith <[EMAIL PROTECTED]> writes:
> Is there a particular reason why plain text is forced?
Because pg_dumpall is producing a script file.
This is obviously not optimal, but it's not very clear how to do better.
regards, tom lane
---(en
Hi Prison,
I've created Web Sphere packages for Solaria 8, and had to install Web
Sphere numerous times in the process of getting it right (learning curve
thing).
For getting Web Sphere to work with PostgreSQL... it doesn't work right
out of the box. When you install Web Sphere 4.0x (not sure a
Hi friends,
Can any body help me , whether postgres work with IBM websphere ?
if pls kindly give me the details regarding this.
thanx and regards,
prinson.
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster
Bruce,
My apologies. The file I worked with was from the postgresql-7.1.3.tar.gz.
I had started out with the latest (7.2.1) tar, but after various failures
rolled back to the 7.1.3 source, since I found evidence on the net that
somebody had succeeded in building that on Solaris. I lost track o
I was trying to do a data+lo dump using pg_dumpall:
pg_dumpall -C -a -b -o -Ft > dumptest.data
Unfortunately I kept getting this error:
pg_dump: large object output is not supported for plain text dump files.
pg_dump: (Use a different output format.)
Upon looking at the pg_dumpall shell script
Piotr Klaban ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
PgTransaction class is broken since 7.2
Long Description
Hi,
You have introduced the patch
http://www.geocrawler.com/archives/3/105/2001/2/0/5248369/
that broke my
16 matches
Mail list logo