Re: Storage limits in PostgreSQL?

From: Tony Grant <tony(at)animaproductions(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Storage limits in PostgreSQL?
Date: 2001-06-26 06:26:36
Message-ID: 3B382B1C.7040401@animaproductions.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Lamar Owen wrote:

>>ACTION: copy 109,128 characters into a phpPgAdmin "Edit" text entry box.
>>
>
>>RESULT: phpPgAdmin cuts off the copy at 28,652 characters [no more
>>accepted in box]
>>UPDATE EMPTY text cell:
>>RESULT: accepted [that is, it accepted 28,652 characters]
>>
>
> Most browsers only accept 32K in a text box. Netscape for sure
accepts no
> more than 32K. Plus, you have the webserver's POST limits to contend
with.
> With a web-based system it is often easy to forget that many
limitations are
> browser issues....I know I have forgotten about them in times past.

Something I do every know and again illustrates this perfectly:

if I need to understand how a page is built I'll copy the page source
code and paste it into a Dreamweaver page. Using Mozilla most pages have
to be copy / pasted in at least two passes.

32 K is playing with the devil - I wouldn't try over 24. Makes designing
web apps "fun".

Cheers

Tony Grant

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tony Grant 2001-06-26 06:47:09 Re: Red Hat to support PostgreSQL
Previous Message GH 2001-06-26 06:13:58 Re: Stored procedures?