Re: [ADMIN] creating user

2006-04-10 Thread kevin
On Monday 10 April 2006 07:18, sandhya wrote: > Hi... > I want to know more about alter user /creating users.I am facing error if > i give user with Login/Nologin..Why is it so? But it is working fine for > Createdb/NoCreatedb.etc. > > sample=# ALTER user sandhya with LOGIN; > ERROR: syntax error

[ADMIN] Change System Language

2006-04-10 Thread Andrea De Santi
Hi, How can I change “System Language” in the Postgres Database ? I Have PostGes Server 8.1 for Windows and I use Postgres SQL Tool version 1.4.1   Thanks Andrea De Santi  

Re: [ADMIN] database owner gone?

2006-04-10 Thread Evert Daman
it was postgresql version 7.3.10 and we recovered access by dumping and recreating (new initdb) the database. everything is allright now. we had never used the vacuum before (database was up for about two months). after doing that too things were speeding up again. but that couldn't be the caus

Re: FW: [ADMIN] Setting up of PITR system.

2006-04-10 Thread Tom Lane
Bruce Momjian writes: > Tom Lane wrote: >> It definitely is a pain in the neck that GNU tar complains about files >> changing underneath it --- I've looked for a way to disable that, or at >> least reduce it to a warning instead of an error condition, but gtar >> doesn't seem to have such a switch

Re: FW: [ADMIN] Setting up of PITR system.

2006-04-10 Thread Bruce Momjian
Tom Lane wrote: > It definitely is a pain in the neck that GNU tar complains about files > changing underneath it --- I've looked for a way to disable that, or at > least reduce it to a warning instead of an error condition, but gtar > doesn't seem to have such a switch. You should try alternative

Re: [ADMIN] WAL file naming convention

2006-04-10 Thread Bruce Momjian
Jim C. Nasby wrote: > On Mon, Mar 27, 2006 at 09:28:43AM -0800, Sriram Dandapani wrote: > > I was referring to the logs in the archive folder specified when WAL > > archiving is turned on...not the pg_xlog folder. > > > > I assume postgres will not use the logs in the archive folder > > Correct.

Re: [ADMIN] Bloated pg_shdepend_depender_index

2006-04-10 Thread Bruce Momjian
TODO already has: * Improve speed with indexes For large table adjustments during VACUUM FULL, it is faster to reindex rather than update the index. --- Tom Lane wrote: > Peter E

[ADMIN] creating user

2006-04-10 Thread sandhya
Hi...  I want to know more about alter user /creating users.I am facing error if i give user with Login/Nologin..Why is it so? But it is working fine for Createdb/NoCreatedb.etc.   sample=# ALTER user sandhya with LOGIN;ERROR:  syntax error at or near "LOGIN" at character 25LINE 1: ALTER user

[ADMIN] alter column type

2006-04-10 Thread sandhya
Hi..   If i want to change the datatype of a column in a table.What are all the thigs i need to take care off. After somany records insertion if i change the datatype of the column..What will be the effect of it. Please tell me /give suggestion what needs to be cosider at the time of chan

Re: [ADMIN] I have a question?

2006-04-10 Thread Andy Shellam
mySQL uses a weird CREATE TABLE syntax (with added options like table engine type etc) that Postgres errors on - so some manual editing of the SQL dump will be necessary. An export tool is probably the best way to go, that'll read data from one ODBC driver and write it to another. www.sqlmanager