Re: [GENERAL] Best open source tool for database design / ERDs?

2006-05-28 Thread Bjørn T Johansen
Druid works ok http://druid.sourceforge.net/index.html BTJ On 28 May 2006 05:19:04 -0700 [EMAIL PROTECTED] wrote: > What open source tool do people here like for creating ER diagrams? > > > ---(end of broadcast)--- > TIP 3: Have you checked

Re: [GENERAL] Best open source tool for database design / ERDs?

2006-05-28 Thread Tomi NA
I use the azzuri eclipse plugin. It's rudimentary, but get's the job done for smaller (a couple of dozens of tables) models. It has a commercial version which might be even better. t.n.a. On 28 May 2006 05:19:04 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What open source tool do people

Re: [GENERAL] upgrade 8.0.4 to 8.1.4 breakage

2006-05-28 Thread Chris
brian ally wrote: fedora core 2, upgrade from 8.0.4 -> 8.1.4 via RPM Did you upgrade the php-pgsql library at the same time? Not 100% sure if you'll need to do that - probably will need to because the postgres internals will have changed quite a bit between those versions. -- Postgresql & p

Re: [GENERAL] upgrade 8.0.4 to 8.1.4 breakage SOLVED

2006-05-28 Thread brian ally
~ahem~ I'd forgotten to adjust pg_hba.conf All is good. Carry on. brian brian ally wrote: fedora core 2, upgrade from 8.0.4 -> 8.1.4 via RPM I've just upgraded, everything /seemed/ to go swimmingly, but now i cannot connect via PHP. I can connect fine through psql, and all my tables have b

Re: [GENERAL] DB structure for logically similar objects in different

2006-05-28 Thread Chris
Eci Souji wrote: Hi, I was wondering if anyone had any experience with this type of setup and could share what they've learned. Basically we've got several different "states" that an item can be in. From what I've seen the way many places seem to deal with them is something along the lines of m

[GENERAL] upgrade 8.0.4 to 8.1.4 breakage

2006-05-28 Thread brian ally
fedora core 2, upgrade from 8.0.4 -> 8.1.4 via RPM I've just upgraded, everything /seemed/ to go swimmingly, but now i cannot connect via PHP. I can connect fine through psql, and all my tables have been restored fine. Using PEAR MDB2 wrappers (MDB2-2.0.3). Has anyone else seen this? Is this

[GENERAL] Free 1000 Rupee bank note

2006-05-28 Thread AKHILESH GUPTA
Hi there, Help me by taking this survey. We can both get 1000 Rupees! Click here: http://rewards.popstarnetworkpanel.com/?r=EVEkOCgmiSJTBGsFDi0O&i=gmail&p=4&z=1&tc=2 ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [GENERAL] The server's LC_CTYPE locale

2006-05-28 Thread Tom Lane
Michael Ben-Nes <[EMAIL PROTECTED]> writes: > Im got the following error when the query string was one of the Hebrew > chars: > SELECT upper('ש'); > ERROR: invalid multibyte character for locale > HINT: The server's LC_CTYPE locale is probably incompatible with the > database encoding. Hmph.

Re: [GENERAL] db crash after power crash

2006-05-28 Thread Tom Lane
"Anton Maksimenkov" <[EMAIL PROTECTED]> writes: > But I tried > # su -l _postgresql > $ postgres -D /var/postgresql/data/ -P billing > FATAL: catalog is missing 1 attribute(s) for relid 2662 In that case I'm afraid you're stuck: it looks like it's not just the index but the underlying catalog th

[GENERAL] DB structure for logically similar objects in different states...

2006-05-28 Thread Eci Souji
Hi, I was wondering if anyone had any experience with this type of setup and could share what they've learned. Basically we've got several different "states" that an item can be in. From what I've seen the way many places seem to deal with them is something along the lines of making bool values t

Re: [GENERAL] pg_dump on 7.4

2006-05-28 Thread Jürgen Rose
We have a running postgresql 7.4 on our server (SuSE Linux 9), and at the moment there is no chance to upgrade. Through an unusual combination of constraints (spanning over schemas) the dump cannot be imported without errors anymore. Try using an 8.0 or 8.1 pg_dump with the 7.4 server. 7

Re: [GENERAL] Binary Packages

2006-05-28 Thread Devrim GUNDUZ
Hi, On Wed, 2006-05-24 at 13:53 -0600, Leonel Nunez wrote: > are the packaged rpms with the upgraded drivers ??? Yes and no. I'll give a resping as soon as PyGreSQL guys release a new version. Wait for the announcement in this list. Regards, -- The PostgreSQL Company - Command Prompt, Inc.

Re: [GENERAL] db crash after power crash

2006-05-28 Thread Anton Maksimenkov
May I ask - how can I do it...? My ordinary startup command (from rc.local) like this # su -l _postgresql -c "nohup /usr/local/bin/pg_ctl start -D /var/postgresql/data -l /var/postgresql/logfile -o '-D /var/postgresql/data'" But I tried # su -l _postgresql $ postgres -D /var/postgresql/data/ -P

[GENERAL] The server's LC_CTYPE locale

2006-05-28 Thread Michael Ben-Nes
Hello Im got the following error when the query string was one of the Hebrew chars: SELECT upper('ש'); ERROR: invalid multibyte character for locale HINT: The server's LC_CTYPE locale is probably incompatible with the database encoding. after few minutes while gathering info i stoped get

Re: [GENERAL] db crash after power crash

2006-05-28 Thread Tom Lane
"Anton Maksimenkov" <[EMAIL PROTECTED]> writes: > # reindexdb -s -U root -d billing > Password: > reindexdb: reindexing of system catalogs failed: ERROR: index > "pg_attribute_relid_attnum_index" is not a btree This will not work unless backend is started with -P option. See the REINDEX referenc

[GENERAL] db crash after power crash

2006-05-28 Thread Anton Maksimenkov
Hi. Some hours ago there was a power failure with my test machine while active inserting data. After power back the OS done some "fsck", clean some files (related to postgres working directory). Then I connect to my DB and see this: billing=# \d ERROR: index "pg_attribute_relid_attnum_index" is

Re: [GENERAL] postgres 7 and eastern language

2006-05-28 Thread Jorge Godoy
> Hi, > > i would like to know what i have to do to make postgres 7 store some > eastern languages with their particular letters. like czech, slovak, and > so on > > i'm sure that some unicode possibilities exist but which ones ? > basically, end user will type some text including these special

Re: [GENERAL] stored function and grant execute

2006-05-28 Thread Michael Fuhr
On Sun, May 28, 2006 at 02:11:59AM -0700, P.M wrote: > I'm developping a web application which use PostgreSQL as database. > I'm quite surprise to see that grant execute does not exist for > PostgreSQL v7.x, but only in v8.x What version of 7.x are you running? The EXECUTE privilege was added in

[GENERAL] Best open source tool for database design / ERDs?

2006-05-28 Thread dananrg
What open source tool do people here like for creating ER diagrams? ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

[GENERAL] postgres 7 and eastern language

2006-05-28 Thread P.M
Hi,i would like to know what i have to do to make postgres 7 store some eastern languages with their particular letters. like czech, slovak, and so oni'm sure that some unicode possibilities exist but which ones ?basically, end user will type some text including these special characters and i w

Re: [GENERAL] stored function and grant execute

2006-05-28 Thread Andreas Kretschmer
P.M <[EMAIL PROTECTED]> schrieb: > Hi, > > I'm developping a web application which use PostgreSQL as database. > I'm quite surprise to see that grant execute does not exist for PostgreSQL > v7.x, but only in v8.x > > So how can i grant such right (execute) to my user in v7.x ? because function >

Re: [GENERAL] Java Eclipse

2006-05-28 Thread Peter Kovacs
I use the QuantumDB plugin.(http://quantum.sourceforge.net/) Provides a basic access to DBs with JDBC. It did not work with older PostgreSQL versions, but seems to work well with 8.1. P. Keith Hutchison wrote: Any views on the best way to access postgresql within java? --

[GENERAL] stored function and grant execute

2006-05-28 Thread P.M
Hi,I'm developping a web application which use PostgreSQL as database.I'm quite surprise to see that grant execute does not exist for PostgreSQL v7.x, but only in v8.xSo how can i grant such right (execute) to my user in v7.x ? because function were already existing in v7.xthanks a lot,Maileen Ri