Re: [ADMIN] Compile directive -8k limit

2001-07-20 Thread DAVID LIZANO MARCO
> What directives do I have to configure when compiling Postgresql 7.1 (on > Solaris and Debian/Gnu Linux) to remove the 8k record size limit? Since version 7.1 there is no limit in the row size. OK, the row size has a limit of 2 GB I think. ---(end of broadcast)---

Re: [ADMIN] Database over multiple drives

2001-05-31 Thread David Lizano
>On Thu, May 31, 2001 at 10:37:26AM +0200, David Lizano wrote: > > You can't do it with Postgres. To do it, Postgres must implement > > "tablespaces" to spread the database in different localizations (who > can be > > different physical localizations, o

Re: [ADMIN] Database over multiple drives

2001-05-31 Thread David Lizano
You can't do it with Postgres. To do it, Postgres must implement "tablespaces" to spread the database in different localizations (who can be different physical localizations, of course). Then a table can be assigned to a tablespace. If the RDBMS implements partitions also, you can distribute a

Re: [ADMIN] Bugs in PostgreSQL v7.1 rpms for RedHat

2001-04-19 Thread David Lizano
Ok, I have installed version 7.0.3 and 7.1 from RPM in Red Hat 6.2 (both in the same system), and I don't have had any trouble with the first one, but all this with the second one. >David Lizano wrote: > > I have installed PostgreSQL v7.1 in RedHat from RPM's and I have

[ADMIN] Bugs in PostgreSQL v7.1 rpms for RedHat

2001-04-18 Thread David Lizano
/etc/rc.d/init.d/postgresql /etc/rc.d/rc4.d/S50postgresql ln -s /etc/rc.d/init.d/postgresql /etc/rc.d/rc5.d/S50postgresql ln -s /etc/rc.d/init.d/postgresql /etc/rc.d/rc0.d/K25postgresql ln -s /etc/rc.d/init.d/postgresql /etc/rc.d/rc1.d/K25postgresql ln -s /etc/rc.d/init.d/postgresql /etc/rc.d

Re: [ADMIN] Recommended VACUM timing...

2001-04-03 Thread David Lizano
>For large tables that require a 24/7 uptime and see around 6-10 million >changes a day, how do I run VACUM without taking the database/table down. >Considering moving from MySQL, but can't quite understand how to run >PostgreSQL in a production enviroment properly. a) Using replication, you ca

Re: [ADMIN] search on accents over all possible matches

2001-03-27 Thread David Lizano
LECT * FROM painters WHERE artist_name ~* 'Dali'); You obtain (SELECT * FROM painters WHERE artist_name ~* 'D[Aaáä]l[Iiíï]'); generating a new complete regular expression for the SQL language. It should be valid for Dali, Dáli, Dalí, Dálí, and others. ~~~

RE: [ADMIN] Sorry, too many clients already

2001-03-26 Thread David Lizano
can close all the opened resources like files and pipes. ~~~~~~ David Lizano - Director área técnica correo-e: [EMAIL PROTECTED] I Z A N E T - Servicios integrales de internet. web: http://www.izanet.com/ Dirección: C/ Checa, 57-59, 3º D - 50.007 Zaragoza (Esp