Re: [ADMIN] update performance 8.1.4

2008-01-18 Thread Kevin Grittner
>>> On Tue, Jan 15, 2008 at 3:33 AM, in message <[EMAIL PROTECTED]>, Thomas Markus <[EMAIL PROTECTED]> wrote: > update tablename set datecol=null > ~ 2.3 mio rows > > After 6 hours, this was still not finished. selects and inserts are ok. > System is a dual xeon, 8gb ram, debian 64bit, pg 8.

Re: [ADMIN] Can not access the public schema

2008-01-18 Thread Carol Walter
I'm in an academic environment. One of the problems that I often have, is that students will put upper case letters in table names. If this is done, and the student doesn't quote the table or column name this error is the result. Is this possibly happening? Carol On Jan 18, 2008, at 11:4

[ADMIN] Can not access the public schema

2008-01-18 Thread M.Khaled
Hi, I had installed postgresql-8.1.9, But when I tried to run any sql statement like the following: (1)select * from ; or (2)select * from public.; on the query tool to access any table inside the public schema I got the following error: ERROR: relation "" does not exist

Re: [ADMIN] more blob questions

2008-01-18 Thread Tom Lane
Kevin Kempter <[EMAIL PROTECTED]> writes: > Suppose I have a table with say an integer key, a char column and a large > object column. > can I simply delete a row from the table (delete from bigtable where...), > then > run a vacuum (or vacuum full) ? If so, in this scenario will postgres relea

Re: [ADMIN] Cannot bind socket

2008-01-18 Thread Tom Lane
"Suresh Gupta VG" <[EMAIL PROTECTED]> writes: > server starting > bash-2.05$ LOG: could not bind socket for statistics collector: Cannot > assign requested address > LOG: trying another address for the statistics collector > LOG: database system was shut down at 2008-01-18 16:06:04 AST AFAICT y

Re: [ADMIN] select only user

2008-01-18 Thread Milen A. Radev
Jessica Richard написа: Thanks!!! "ALTER USER username SET default_transaction_read_only to true" worked. One more question: where do I see the current setting of "default_transacton_read_only (true for false) for each user on the system? Is there a table that keeps this kind of info for al

Re: [ADMIN] select only user

2008-01-18 Thread Jessica Richard
Thanks!!! "ALTER USER username SET default_transaction_read_only to true" worked. One more question: where do I see the current setting of "default_transacton_read_only (true for false) for each user on the system? Is there a table that keeps this kind of info for all users? Thanks again, Jes

[ADMIN] Cannot bind socket

2008-01-18 Thread Suresh Gupta VG
Hi team, I am using pgsql 8.2.5 on Solaris 9 sparc machine. I had a separate server which contains my application running. I need to connect the database from the application server same configuration Solaris 9. I am trying to add the IP address and net mask number in the "pg_hba.conf" of postg