BUG #5019: Nao funciona

Started by Eduardoover 16 years ago8 messagesbugs
Jump to latest
#1Eduardo
eduardo@vip10.com.br

The following bug has been logged online:

Bug reference: 5019
Logged by: Eduardo
Email address: eduardo@vip10.com.br
PostgreSQL version: 8.3
Operating system: Vista 64 bits
Description: Nao funciona
Details:

Utilizava a versao do Vista 32 bits e o Post gres rodava normalmente.
Comprei um PC novo e ele veio com o Windons Vista 64 bits, e este programa
nao roda mais.
O que faço para resolver meu problema.
Obrigado.

#2Robert Haas
robertmhaas@gmail.com
In reply to: Eduardo (#1)
Re: BUG #5019: Nao funciona

On Thu, Aug 27, 2009 at 12:49 PM, Eduardo<eduardo@vip10.com.br> wrote:

The following bug has been logged online:

Bug reference:      5019
Logged by:          Eduardo
Email address:      eduardo@vip10.com.br
PostgreSQL version: 8.3
Operating system:   Vista 64 bits
Description:        Nao funciona
Details:

Utilizava a versao do Vista 32 bits e o Post gres rodava normalmente.
Comprei um PC novo e ele veio com o Windons Vista 64 bits, e este programa
nao roda mais.
O que faço para resolver meu problema.
Obrigado.

Habla Ud. ingles? This is an English mailing list. I think you also
need to provide a bit more detail about what does not work. When you
try to start the program, what happens? Is there anything in the
error log?

Para obtener ayuda en espan~ol, tal vez puede Ud. tratar
pgsql-es-ayuda@postgresql.org. Creo que no tenemos una list de correo
en Portugue's.

...Robert

#3Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Robert Haas (#2)
Re: BUG #5019: Nao funciona

Robert Haas escribi�:

Para obtener ayuda en espan~ol, tal vez puede Ud. tratar
pgsql-es-ayuda@postgresql.org. Creo que no tenemos una list de correo
en Portugue's.

It lives in another list server:
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

#4Robert Haas
robertmhaas@gmail.com
In reply to: Alvaro Herrera (#3)
Re: BUG #5019: Nao funciona

2009/8/27 Alvaro Herrera <alvherre@commandprompt.com>:

Robert Haas escribió:

Para obtener ayuda en espan~ol, tal vez puede Ud. tratar
pgsql-es-ayuda@postgresql.org.  Creo que no tenemos una list de correo
en Portugue's.

It lives in another list server:
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Should there be a pointer on http://www.postgresql.org/community/lists/ ?

...Robert

#5Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Robert Haas (#4)
Re: BUG #5019: Nao funciona

Robert Haas escribi�:

2009/8/27 Alvaro Herrera <alvherre@commandprompt.com>:

Robert Haas escribi�:

Para obtener ayuda en espan~ol, tal vez puede Ud. tratar
pgsql-es-ayuda@postgresql.org. �Creo que no tenemos una list de correo
en Portugue's.

It lives in another list server:
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Should there be a pointer on http://www.postgresql.org/community/lists/ ?

It would be good, but currently that list comes from a database that
cannot handle external lists. Since that database also powers the
search engine, I am very afraid to touch it ... particularly since it
broke something on the site merely because I added a column on a table
there.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

#6Magnus Hagander
magnus@hagander.net
In reply to: Alvaro Herrera (#5)
Re: BUG #5019: Nao funciona

On Fri, Aug 28, 2009 at 05:03, Alvaro Herrera<alvherre@commandprompt.com> wrote:

Robert Haas escribió:

2009/8/27 Alvaro Herrera <alvherre@commandprompt.com>:

Robert Haas escribió:

Para obtener ayuda en espan~ol, tal vez puede Ud. tratar
pgsql-es-ayuda@postgresql.org.  Creo que no tenemos una list de correo
en Portugue's.

It lives in another list server:
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Should there be a pointer on http://www.postgresql.org/community/lists/ ?

It would be good, but currently that list comes from a database that
cannot handle external lists.  Since that database also powers the
search engine, I am very afraid to touch it ... particularly since it
broke something on the site merely because I added a column on a table
there.

Yeah, there's some issues wrt how it's distributed to the different
servers. I *think* I fixed it so it wouldn't break from a simple
addition last time, but I can do the addition this time as well so I
can verify right away if it worked.

A simple field saying "isexternal" for the list, is that what we're
looking for? Or do we need something more?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

#7Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Magnus Hagander (#6)
Re: BUG #5019: Nao funciona

Magnus Hagander escribi�:

On Fri, Aug 28, 2009 at 05:03, Alvaro Herrera<alvherre@commandprompt.com> wrote:

It would be good, but currently that list comes from a database that
cannot handle external lists. �Since that database also powers the
search engine, I am very afraid to touch it ... particularly since it
broke something on the site merely because I added a column on a table
there.

Yeah, there's some issues wrt how it's distributed to the different
servers. I *think* I fixed it so it wouldn't break from a simple
addition last time, but I can do the addition this time as well so I
can verify right away if it worked.

That would be nice :-)

A simple field saying "isexternal" for the list, is that what we're
looking for? Or do we need something more?

I think we'd also need a field for the external URL. Do we point at the
archives or the subscription page? I guess if it's mailman, pointing
to the mailman/listinfo/<list> page would be good enough.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

#8Magnus Hagander
magnus@hagander.net
In reply to: Alvaro Herrera (#7)
Re: BUG #5019: Nao funciona

On Fri, Aug 28, 2009 at 15:38, Alvaro Herrera<alvherre@commandprompt.com> wrote:

Magnus Hagander escribió:

On Fri, Aug 28, 2009 at 05:03, Alvaro Herrera<alvherre@commandprompt.com> wrote:

It would be good, but currently that list comes from a database that
cannot handle external lists.  Since that database also powers the
search engine, I am very afraid to touch it ... particularly since it
broke something on the site merely because I added a column on a table
there.

Yeah, there's some issues wrt how it's distributed to the different
servers. I *think* I fixed it so it wouldn't break from a simple
addition last time, but I can do the addition this time as well so I
can verify right away if it worked.

That would be nice :-)

Actually - pick me up on IM sometime and we'll look into it together :)

A simple field saying "isexternal" for the list, is that what we're
looking for? Or do we need something more?

I think we'd also need a field for the external URL.  Do we point at the
archives or the subscription page?  I guess if it's mailman, pointing
to the mailman/listinfo/<list> page would be good enough.

Well, in that case we can just have the external URL in a field and
leave it NULL (or empty to make our ***** web framework happier) for
internal lists, no?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/