[ADMIN] Insert failures

2001-02-02 Thread Ken Kinder
me a note. Thanks in advance. -- Ken Kinder www.kenkinder.com

Re: [ADMIN] Data now showing up

2001-01-28 Thread Ken Kinder
ged Postgres, I installed it myself. On Sun, Jan 28, 2001 at 08:14:12PM -0500, Tom Lane wrote: > Ken Kinder <[EMAIL PROTECTED]> writes: > > After a few months of running, I have a database that consistantly stops > > taking inserts. It isn't a high-use database, doesn't

[ADMIN] Data now showing up

2001-01-28 Thread Ken Kinder
insert in psql, it acts like it did it, you select from the data, and it's simply not there. If I dump and rebuild the database, the problem is solved. Any suggestions? psql (PostgreSQL) 7.0.0 -- Ken Kinder www.kenkinder.com

Re: [ADMIN] Work with datas > 8K

2000-08-22 Thread Ken Kinder
Use a large object. See the Postgres docs. -- Ken Kinder www.kenkinder.com On Tue, 22 Aug 2000, [iso-8859-9] Mustafa Timur Gökçe wrote: > Hi! > > I'm trying to write a program in PHP/PostgreSQL. > > In my program when i insert a data bigger than 8K , i have an error like

[ADMIN] schema diagram

2000-08-15 Thread Ken Kinder
Can anyone suggest how to get a big schema diagram for a Postgres database? We want one for the wall. -- Ken Kinder www.kenkinder.com

Re: [ADMIN] select based on date range

2000-08-14 Thread Ken Kinder
select * from foo where col > datetime 'date literal' and col < datetime 'date literal' datetime 'value' casts the string to a datetime variable. You can also use timespans. -- Ken Kinder www.kenkinder.com On Mon, 14 Aug 2000, Erik B. Flitman wrote: >

Re: [ADMIN] How do I port data into Postgres from other RDBMSs

2000-07-31 Thread Ken Kinder
Data Junction, and it may connect with PostgreSQL if you have PG ODBC running. I'm a little partial to the Python scripting. :) -- Ken Kinder www.kenkinder.com On Sat, 29 Jul 2000, kumar iyer wrote: > My name is Sreekumar.G.Iyer and I'm working as a software engineer >

Re: [ADMIN] Report generator

2000-07-25 Thread Ken Kinder
I like pgaccess's reporter. -- Ken Kinder www.kenkinder.com On Tue, 25 Jul 2000, miguel valero wrote: > > Any good report generator for PostgreSQL out there ? > > I need something that is BSD-licensed, public domain, or LGPL

Re: [ADMIN] incoming connections

2000-07-12 Thread Ken Kinder
One way I think of is just grepping for postgres in your ps command. I think each connection gets its on thread. On Linux, ps will show threads. -- Ken Kinder www.kenkinder.com On Wed, 12 Jul 2000, Mario Simeone wrote: > how can I count the number of current connections to a postgres DB ? >