Re: [ADMIN] accent marks

2000-06-08 Thread Peter Eisentraut
HENAFF Mari-mai FTRD/DMI/LAN writes: > Is it possible to configure PostgreSQL, so that it is not accent mark > sensitive when making conditions upon strings on the queries ? No, you'll have to do that yourself. A simple tr 'âàáéÿ' 'aaaey' etc. could possibly do on the client side. -- Peter Ei

[ADMIN] FreeBSD PostgreSQL7 port and v7.0.2

2000-06-08 Thread John Daniels
Hi: First, is there a (free) version of JSQL available for Postgresql 7? Can anyone direct me to a vendor/website/documentation? *** I am running FreeBSD 4.0-STABLE (i386). I want to install PostgreSQL v7.0.2 but the port maintaine

Re: [ADMIN] killing old connections

2000-06-08 Thread Reiner Dassing
Hello Tim! Tim White wrote: > > Is there a way to view the active/inactive connections to PostgreSQL 6.5.3? I have the same problems, but I solved it by using the following algorithm: 1. Get a list all processes of the postmaster by ps -u postgres | grep /usr/local/pgsql/bin/postmaster 2.

[ADMIN] accent marks

2000-06-08 Thread HENAFF Mari-mai FTRD/DMI/LAN
Hi, Is it possible to configure PostgreSQL, so that it is not accent mark sensitive when making conditions upon strings on the queries ? Thanks

Re: [ADMIN] web-based reporting from PostgreSQL

2000-06-08 Thread Herbert Rabago Ambos
U can try PHP, it's simple if you know C or C++. If you want an example, try http://tinago.msuiit.edu.ph/sase/ it's about our schools entrance exam results if you like it, i can help. bye for now Herbert On Wed, 7 Jun 2000, Wallingford, Ted wrote: > > Hi All, > > I am looking for a go