Re: [BUGS] BUG #8061: Not count limit offset

2013-04-12 Thread Dickson S. Guedes
nt(*) from ... " will return _one_ line. [1] http://www.postgresql.org/docs/current/static/queries-limit.html -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://guedesoft.net - http://www.postgresql.org.br http://www.rnp.br/keyserver/pks/lookup?search=0x8F3E3C06D428D10A

Re: [BUGS] BUG #8057: Unable to Connect PostgresSQL Remotely

2013-04-12 Thread Dickson S. Guedes
onnect? The server was running? The remote port (5432 by default) was listening? You change any variable in postgresql.conf? []s -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://guedesoft.net - http://www.postgresql.org.br http://www.rnp.br/keyserver/pks/lookup?search=0x8F

Re: [BUGS] BUG #8056: postgres forgets hstore over time

2013-04-10 Thread Dickson S. Guedes
nd it works fine. But sometimes > postgres would give me errors such as: > > type "hstore" does not exist Did you check search_path? Compare search_path between sessions that are getting error and see if hstore type/functions are reached through it. []s -- Dickson S. Guedes mail/xm

Re: [BUGS] BUG #8049: Incorrect results when using ORDER BY and query planner options

2013-04-09 Thread Dickson S. Guedes
5f7efa5deddbb388 []s -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://github.com/guedes - http://guedesoft.net http://www.postgresql.org.br -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #8049: Incorrect results when using ORDER BY and query planner options

2013-04-09 Thread Dickson S. Guedes
Join Filter: (_bug_line.h_n = _bug_header.h_n) Filter: (lower((COALESCE(((_bug_header.h_n)::text || '/'::text), ''::text) || (_bug_line.l_n)::text)) = '1'::text) -> Seq Scan on _bug_line (cost=100.00..1000001.02 rows=2 width=8) -> Materiali

Re: [BUGS] "no relation entry for relid 1"

2011-09-29 Thread Dickson S. Guedes
did a make distclean before build, then init a new $PGDATA? -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://guedesoft.net - http://www.postgresql.org.br -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.po

Re: [BUGS] BUG #6000: error de instalacion

2011-05-02 Thread Dickson S. Guedes
ows xp sp3 > Description:        error de instalacion > Details: > > al ejecutar el instalador postgresql-9.0.4-1-windows, se produce un error > que dice: Unable to write inside TEMP enviroment variable path. ¿Ha revisado el contenido de la variable TEMP? Es válido? ¿Hay espacio disponible

Re: [BUGS] [NOVICE] Workaround for bug #4608?

2009-04-27 Thread Dickson S. Guedes
ostgresql.org//pgsql-novice/2009-04/msg00090.php Att. Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://guedesoft.net - http://planeta.postgresql.org.br signature.asc Description: Esta é uma parte de mensagem assinada digitalmente

Re: [BUGS] BUG #4748: hash join and sort-merge join make different results

2009-04-03 Thread Dickson S. Guedes
---+-+---+- 0 | 30 days | 0 | 30 days 0 | 30 days | 1 | 1 mon 1 | 1 mon | 0 | 30 days 1 | 1 mon | 1 | 1 mon (4 registros) # ANALYZE ; ANALYZE # select * from tt_01 as a, tt_01 as b where a.i=b.i; s |i| s |i ---+-+---+- 0 | 30 days | 0 | 30