Grokbase
x

PostgreSQL - Admin

 Topics | People | Info | Page 1 of 432: 1 2 3 > >>

pg_dump question

By Carol Walter at Dec 7, 2007, 8:36 pm UTC

Hello- I'm trying to do an upgrade of version 8.1 to 8.2.3. The restore is failing because of some code that is in some views. If I dump the just the schema and then dump just the data, will the views be included? Carol More...

lost data, possible playback?

By Palle Girgensohn at Dec 6, 2007, 5:51 pm UTC

Hi! A user accidentally deleted some results (i.e. tuples in a postgresql database) created this morning. I have pg_xlog from about 9 o'clock until now. I have a pg_dump from ab out 3 o'clock this morning. The results where created from about nine o'clock until noon, when the user accidentally... More...

Enhancement request

By Campbell, Lance at Dec 5, 2007, 4:38 pm UTC

This is a multi-part message in MIME format. ------_=_NextPart_001_01C83389.C1A986D4 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Could you please add to your to do list a schema parameter for vacuum? Example: VACUUM SCHEMA xyz; PostgreSQL would get a... More...

I want to Collect information about postgresql

By ebubekir temizkan at Dec 5, 2007, 2:33 pm UTC

Hi. We want to perform a project and We will use rdbms in project.I want to learn some topics about postgresql .Firstly, is the postgresql database server free. For example . is there any licence and How much is support cost.Technically is the postgresql useful to develop a simualtion.Iappreciate... More...

grants and functions

By Remco Post at Dec 5, 2007, 11:57 am UTC

Hi All, I've been trying to figure this out and reading this list on this subject. I have a view that shows a user a lot of intresting info. Now, on a normal view, that does not call any functions, I can give my user select rights and he/she can see all the info, without me having to to grant any... More...

Cannot kill autovacuum

By Aldor at Dec 4, 2007, 11:01 pm UTC

When I set up a database with tons of data I forgot to check in the .conf file that autovacuum was on. Now it seems that the stat collection has prepared some tasks to be done for autovacuum - from my experience I can tell that this will take weeks or even months. I disabled autovacuum in the conf... More...

PANIC: right sibling

By Scott Whitney at Dec 4, 2007, 6:05 pm UTC

I don't really understand the postings I've found on this issue. This has been going on for quite some time, but now that I'm regularly vacuuming this db, I was looking for any info on how to fix this problem...I don't even know enough about it to know what to include in this message. This is the... More...

WAL archiving hangs due to missing WAL segment

By Paul Schluck at Dec 4, 2007, 3:05 pm UTC

Hi, I recently had set up WAL archiving in a testing environment and all went well. As a test I let the disk fill up until archiving no longer was possible. Then a co-worker noticed this disk filling up and removed some WALL segments, that were not yet archived. Now the archiving proces hangs.... More...

Is there an easy and safe way to migrate a database to a new tablespace?

By David Young at Dec 4, 2007, 11:16 am UTC

Hi, I recently converted to using a postgresql engine that support tablespaces. There's a database that I would like to move to a new tablespace for performance reasons. What is the safe and correct way of doing this? The documentation is a bit sketchy on this. Thanks in advance, David More...

Re: Replication advice Many-to-one Slony

By Aldor at Dec 4, 2007, 11:08 am UTC

Hello Walfred, yes you can use slony, we use slony for huge data replication. One solution of them is the backup of many masters to one slave. It is in real time - and we're quite happy with the newest version of slony. Don't forget to not only add tables to your replication but to also add... More...

How to identify the current WAL segment file

By Tommy Cheng at Dec 3, 2007, 10:21 am UTC

Hi everyone, I am new to postgresql. So point me to somewhere else if you got the right direction. i am using PostgreSQL 8.1.9 on a linux system and i want to setup PITR. i found that the segment size is too large that the copying frequency is not high enough. So, i want to set up a cron job that... More...

Character Corruption / Encoding Question

By Bill Willits at Nov 30, 2007, 10:05 pm UTC

This is a multi-part message in MIME format. ------=_NextPart_000_0023_01C83349.9B1939D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable We have just upgraded our phppgadmin client from v3.5 to v.4.1.3. Now, = when we view special characters in phppgadmin... More...

connection limit exceeded

By Tena Sakai at Nov 30, 2007, 9:28 pm UTC

This is a multi-part message in MIME format. ------_=_NextPart_001_01C8338B.018C1F7B Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Everybody, psql: FATAL: connection limit exceeded for non-superusers A few questions come to mind... 1) Is this to do... More...

Converting from SQL_ASCII to UTF8

By Peter Koczan at Nov 29, 2007, 10:14 pm UTC

Hi all, I'd like to move my database encoding from SQL_ASCII to UTF8, mostly because "No encoding conversion will be done when the setting is SQL_ASCII. Thus, this setting is not so much a declaration that a specific encoding is in use, as a declaration of ignorance about the encoding." (from... More...

clear statistics in pg_stat

By Campbell, Lance at Nov 29, 2007, 9:52 pm UTC

This is a multi-part message in MIME format. ------_=_NextPart_001_01C832CF.69887A0E Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable How can I clear pg_stat views? I thought there was a command I could do. I added a series of indexes. I would like to start... More...

Enable Syslog on Postgres

By Gaurav (Gaurav) Bansal at Nov 29, 2007, 5:18 pm UTC

This is a multi-part message in MIME format. ------_=_NextPart_001_01C831AD.36982E0E Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I have installed Postgres 8.2.5 on windows xp machine using the windows installer. I am trying to enable syslogs on... More...

Why dos select work when pg_dump fails?

By Darren Reed at Nov 29, 2007, 3:20 pm UTC

For whatever reason, I'm back dealing with corrupted tables but curiously while this fails: pg_dump -U postgres -a -t table -f /data/table.dump this works: psql -U postgres -A -o /data/table.dump -c "SELECT * FROM table;" Graned the format of the data is different, but regardless, the data is still... More...

pg_restore problem

By Dinesh at Nov 29, 2007, 01:05 am UTC

Hi ALL, I am trying to restore 2G dump file using pg_restore and it will erros out with the following message; pg_restore: [custom archiver] could not uncompress data: too many length or distance symbol". Has anyone seen this before? I 'd really appreciate your help. Thanks, Dinesh More...

Case studies

By Elvis HenrĂ­quez at Nov 28, 2007, 10:32 am UTC

Hello everybody. Rather than asking for a technical detail or writing about a problem, I'm asking for up-to-date case studies involving PostgreSQL. The company where I'm actually working is migrating some apps; one requires a Data Warehouse, and I'm proposing PostgreSQL, but they're thinking of... More...

postmaster -D PGDATA and postmaster.pid

By Medi Montaseri at Nov 27, 2007, 10:17 pm UTC

Hi, I am configuring a PG 8.1.9 on CentOS 5. I am seeing some anomalies and would like you feedback. I have defined a new PGDATA=/qmsvol/pg_8.1.9/data, ran initdb -D /qmsvol/pg_8.1.9/data successfully and can start the engine with pg_ctl -D $PGDATA. I have also populated... More...

spacer
 Topics | People | Info | Page 1 of 432: 1 2 3 > >>
Home > Groups > postgresql.org > PostgreSQL - Admin