Re: [GENERAL] JOIN exclusion problem

1999-06-30 Thread Peter Eisentraut
stion... -- Peter Eisentraut PathWay Computing

[GENERAL] Access problems on temp tables

1999-07-28 Thread Peter Eisentraut
to it anyway. PostgreSQL 6.5.0 on i686-pc-linux-gnu, compiled by gcc 2.7.2.3 -- Peter Eisentraut PathWay Computing, Inc.

Re: [GENERAL] what happened to pgaccess under 6.5.2?

1999-10-06 Thread Peter Eisentraut
distro? Dirk -- Peter Eisentraut - [EMAIL PROTECTED] http://yi.org/peter-e

Re: [GENERAL] questing using array

1999-10-13 Thread Peter Eisentraut
been able to figure out is how to do a select where one of the ageids = a particular number. I'd like to do something like select * from tablename where ( any ageids = 3 ) just don't know the syntax.. if this is even possible. Any suggestions would be appreciated. -- Peter

Re: [GENERAL] How do I activate and change the postgres user'spassword?

1999-10-13 Thread Peter Eisentraut
the first place. I find the bundled scripts and their associated documentation make things very nonintuitive when one switches from a blind trust postgres to an authenticated postgres. So that would put your vote in the "drop altogether" column? Voting is still in progress!

Re: [HACKERS] Re: [GENERAL] How do I activate and change the postgresuser's password?

1999-10-14 Thread Peter Eisentraut
cept needs overhaul anyway, but I don't see it happening anytime soon. -Peter -- Peter Eisentraut Sernanders vaeg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] Another access control query

1999-10-14 Thread Peter Eisentraut
from the same machine. I know I can set up the different db's so that table security only gives any access to the user I want, but that is fiddly. Being able to do the above and prevent connections to the database will resolve that issue. Any ideas? Regards, Mark. -- Peter

Re: [GENERAL] users in Postgresql

1999-01-02 Thread Peter Eisentraut
pg_shadow and redirects it to a file. Don't even have the table anymore. Sort of like /dev/* devices are handled by the kernel. I was going about looking into this a little, but since I have never played with the backend I cannot promise a result in finite time. -Peter -- Peter

Re: [GENERAL] indexed regex select optimisation missing?

1999-01-02 Thread Peter Eisentraut
could fail to optimize properly. But that could even be a problem in the regex library, which is not any of the PostgreSQL developers' domain and which is used in other products as well. -Peter -- Peter Eisentraut Sernanders vaeg 10:115 [EMAIL PROTECTED] 752

Re: [GENERAL] Completely new and discovering PostGresSql

1999-11-25 Thread Peter Eisentraut
I am confused about the NT version of PGS. Does it exists natively or does it requires support DLLs and libraries to work. Requires Cygnus porting library. -- Peter Eisentraut Sernanders vaeg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] postgres libpq library

1999-12-02 Thread Peter Eisentraut
if there is a chance of cleaning that up in finite time, after all many C libraries are not very thread-safe either. Perhaps this CORBA stuff that has been thrown around lately can help there, but that's merely in the proposal stage right now. -- Peter Eisentraut Sernanders vaeg 10

Re: [GENERAL] postgres libpq library

1999-12-03 Thread Peter Eisentraut
that could be taken care of anyway. -Peter -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] PostgreSQL 6.5.3 on SuSE 6.1

1999-12-04 Thread Peter Eisentraut
on this distribution?. Are there RPMs for SuSE 6.1? Any help is appreciated. Thanks, Vegeta -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] Re: With what options RPM was compiled? ( Was: CzechWin1250 sorting q)

1999-12-13 Thread Peter Eisentraut
for performance, and the locale/mb version for features. Please note that SQL_ASCII doesn't mean that the db cannot support any other encoding, it's just the default encoding initdb uses. The questioner could then use this RPM and initialize with initdb -e LATIN2, if he chooses. -- Peter Eisentraut

Re: [GENERAL] Postgres install problem

1999-12-18 Thread Peter Eisentraut
) might help. If that doesn't work, look if your libcrypt.a or libshadow.a library really exists and is findable or let us know what kind of C library you have (ls /lib/libc.*). If that helps then we'd need to fix up configure a little. -- Peter Eisentraut Sernanders väg 10:115

Re: [GENERAL] Future of PostgreSQL

1999-12-25 Thread Peter Eisentraut
attempt to do before 7.0 is write our own license or at least our own copyright in addition to the BSD license, since none of us (?) actually work at UCB. -- Peter Eisentraut Sernanders vaeg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e

Re: [GENERAL] Dirty workaround to get the results and the errors inthe same output file

2000-01-11 Thread Peter Eisentraut
, the message is now just after the offending query. Alain __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED

Re: [GENERAL] identifying performance hits: how to ???

2000-01-12 Thread Peter Eisentraut
es anybody know how to make it faster? Cheers, Rob -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] cgi with postgres

2000-01-16 Thread Peter Eisentraut
On 2000-01-14, The Hermit Hacker mentioned: Side point ... why isn't the apache conf file secure? Only user root needs to be able to read it, no? Huh? You run apache as root? -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http

Re: [GENERAL] GRANT ALL ON * TO username?

2000-01-16 Thread Peter Eisentraut
allow this either. You'd have to do some scripting magic. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] cgi with postgres

2000-01-16 Thread Peter Eisentraut
, they can get the name of the file from the web, and copy it. how about sourcing a conf file that's in a 700 dir? Security through obscurity is little security indeed. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter

Re: Oids vs Serial fields (was Re: [GENERAL] searching oid's)

2000-01-16 Thread Peter Eisentraut
using oids for unique values. The serial type is guaranteed to be supported for this but oids just happen to work. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: Re[2]: [GENERAL] case-insensitive like operator

2000-01-16 Thread Peter Eisentraut
use ~* operator, because i don't create queries, MS Access generates queries and it creates queries with 'like' operator. The way I read the SQL standard, LIKE matches are always case-sensitive, so Access would be in violation. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL

Re: [GENERAL] Confussion with table-lock levels and isolation levels

2000-01-16 Thread Peter Eisentraut
) ? Yes. You can try that pretty easily. Start up two psqls, in the first one enter: BEGIN TRANSACTION; LOCK pg_class IN ACCESS EXCLUSIVE MODE; In the second one enter: SELECT * FROM pg_class; The latter will hang. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED

Re: [GENERAL] PSQL Function() help....

2000-01-16 Thread Peter Eisentraut
as returned results in your function. regards. Omid Omoomi From: Peter Eisentraut [EMAIL PROTECTED] To: Dale Anderson [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [GENERAL] PSQL Function() help Date: Wed, 12 Jan 2000 04:58:53 +0100 On 2000-01-12, Dale Anderson mentioned

Re: [GENERAL] Unsigned Datatypes

2000-01-20 Thread Peter Eisentraut
int4 numbers, but I would be happy to have a larger range without using the twice as large int8 type. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] max(oid)

2000-01-24 Thread Peter Eisentraut
On 2000-01-24, Jose Soares mentioned: We need also aggregates for data type TIME MAX(time) MIN(time) Thomas, do you think this could be done? -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e

[GENERAL] Re: your mail

2000-01-24 Thread Peter Eisentraut
[EMAIL PROTECTED] On 2000-01-24, Yury Don mentioned: Hello All, Does anybody knows where to send bugreport for postgresql? I can't find this information on postgres site. Best regards, Yury ICQ 11831432 mailto:[EMAIL PROTECTED] -- Peter Eisentraut

Re: [GENERAL] System requirements

2000-01-24 Thread Peter Eisentraut
, Joost Roeleveld -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] what is view?

2000-01-26 Thread Peter Eisentraut
d when I added rules. Do rules make a table a view? The behaviour you observed is a bug. (But views still do exists, see above.) -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] apache logs to pgsql

2000-01-20 Thread Peter Eisentraut
r bringing up psql. Not to mention the fact that every time you start it up psql does a whole bunch of initializing, and every line of input you pass it is first parsed before deciding what to do with it. -- Peter Eisentraut Sernanders vaeg 10:115 [EMAIL PROTECTED]

[GENERAL] Re: [HACKERS] Proposed Changes to PostgreSQL

2000-02-03 Thread Peter Eisentraut
ULTY ----- 2355 student Jim | 23455 | Science 5655 student Chris| 45666 | Arts -- Peter Eisentraut Sernanders vaeg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] About functions

2000-02-24 Thread Peter Eisentraut
On 2000-02-23, Diego Schvartzman mentioned: Is it possible to return a row or a set of rows from a user defined funcion? Can I use user defined functions as "stored procedures"? No. Several workarounds, such as using arrays or views are known, but none really suffice. -- Peter

Re: [GENERAL] Nested tables

2000-03-04 Thread Peter Eisentraut
eatures once present in Postgres but now fallen to neglect and poorly understood. You probably don't want to do this but use a foreign key instead. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] Median, Quartile and Percentile Aggregate Functions

2000-03-04 Thread Peter Eisentraut
) then you're half way there to implementing your own aggregate function. See the Programmer's Guide on how that might be done. Incidentally I couldn't think of a way to do just that. In that case it will be *hard*. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED

Re: [GENERAL] Illegal use of aggregates or non-group column in target list

2000-03-04 Thread Peter Eisentraut
really doesn't know much about all of this. While you might have a point that select field1, aggregate(field2) from table doesn't have any other useful interpretation than an implied group by field1, it's probably too much work to support such a non-SQL construct.

Re: [GENERAL] Transactional logging

2000-03-04 Thread Peter Eisentraut
Mark Jewiss writes: What I want to be able to do is store details of every transaction that is made against a database to a log file. This is planned for 7.1. Right now there's no easy way. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262

Re: [GENERAL] User authentication problem

2000-03-09 Thread Peter Eisentraut
information. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] jdbc access

2000-03-13 Thread Peter Eisentraut
Chris Gokey writes: Funny though, I can't figure out what the purpose of CREATE USER from the psql prompt is used for anymore? It seems all user creation is done from the unix prompt. Actually createuser is a script that essentially calls psql -c "CREATE USER ...". -- Peter

Re: [GENERAL] jdbc access

2000-03-13 Thread Peter Eisentraut
to provide access? How about create user xxx with password yyy? -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] Max Length for VARCHAR?

2000-03-13 Thread Peter Eisentraut
also various POSIX nonsense). That begs the question whether this was done intentionally by vendors so as to hide deficiencies in their products. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] Alternate location

2000-03-22 Thread Peter Eisentraut
PGDATA2 ucc2 ERROR: Unable to locate path '/data/ucc2' This may be due to a missing environment variable in the server createdb: database creation failed on ucc2. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http

Re: [GENERAL] Alternate location

2000-03-22 Thread Peter Eisentraut
be the way to go but I'd have to go and read the code to check. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] sql92

2000-04-03 Thread Peter Eisentraut
On Mon, 3 Apr 2000, Jeff MacDonald wrote: SQL-92 - is this an ansi standard ? Yes. Also ISO and IEC. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] shell scripting

2000-04-05 Thread Peter Eisentraut
it. Anything else is destined for failure some place. Not tested, but it seems that testing like psql -c "UPDATE foo SET a = 1 WHERE 5=6" is sufficient and harmless. (I think psql might also return a non-zero exit status if this fails.) -- Peter Eisentraut Sernanders väg 10:

Re: [GENERAL] doing backups

2000-04-05 Thread Peter Eisentraut
Unix user and the postgres database user are not really related other than by name. The names must currently be equal for initdb purposes but in the long run this should be removed as well. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala

Re: [GENERAL] OID rollover?

2000-04-10 Thread Peter Eisentraut
structures), then "doom" is a feature. :) -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] Postgresqlism Vacuum?

2000-04-14 Thread Peter Eisentraut
ainly does. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] Does error within transaction imply restarting it?

2000-04-15 Thread Peter Eisentraut
e yourself or throwing large amounts of cash at the existing ones. :) Trying the above and tracing down any arising problems might be a start though. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] I'm just doin' the 7.0 RC1 install and have someinput on the documentation.

2000-04-27 Thread Peter Eisentraut
a couple of places where small changes to the documentation would have helped. I'd like to feed this stuff back to the folks doin' the docs as part of my contribution to the cause, but I don't know who to give it to. Any leads? -=michael=- -- Peter Eisentraut

[GENERAL] Re: [HACKERS] pgsql/php3/apache authentication

2000-04-27 Thread Peter Eisentraut
implemented one yet. So essentially this isn't going to work. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

RE: [GENERAL] Revisited: Transactions, insert unique.

2000-04-27 Thread Peter Eisentraut
that Postgres correctly recognizes concurrent updates and aborts one of the transactions, how difficult would it be to do the same for inserts? -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] Enumerated data type

2000-05-02 Thread Peter Eisentraut
Anand Raman writes: Is there anything equivalent to the enumerated data types in postgresql.. You might find that strings with check constraints will do the job, e.g. create table my_tbl ( ... color text check color in ('blue', 'green', 'white'), ... ); -- Peter Eisentraut

Re: [HACKERS] Re: [GENERAL] Problems compiling version 7

2000-05-10 Thread Peter Eisentraut
Gen_fmgrtab.sh.in, do I have to re-configure?) But we haven't yet figured out Travis' problem: why is the configure test failing? Useless or not, I don't see why it's falling over... Unfortunately he cut off the line where it says `checking for tr'. -- Peter Eisentraut Sernanders

Re: [GENERAL] 7.0 psql, readline and history.

2000-05-17 Thread Peter Eisentraut
ell. (And believe me, there are plenty of "insane" versions out there that we already had to put up with.) -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] initdb and exit_nicely...

2000-05-17 Thread Peter Eisentraut
Jeffery Collins writes: It seems like it would be a whole lot "nicer" if initdb only deleted the files that it attempted to create OR if the default was not to delete anything. Okay, I could go for the former. What do others think? -- Peter Eisentraut Sernanders

Re: [GENERAL] Columns in pg_shadow?

2000-05-21 Thread Peter Eisentraut
this flag you can't set it again because you no longer have write access to pg_shadow. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

[GENERAL] Re: [HACKERS] Postgresql OO Patch

2000-05-21 Thread Peter Eisentraut
L3 says it. That is unfortunately false for the patch in general. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] crash on \copy

2000-05-21 Thread Peter Eisentraut
Louis-David Mitterrand writes: Is this a known problem? Yes. Use the final release. template1= \copy psql: xstrdup: cannot duplicate null pointer (internal error) styx:~% using PG 7.0-beta5 on Linux -- Peter Eisentraut Sernanders väg 10:115 [EMAIL

Re: [GENERAL] initdb and exit_nicely...

2000-05-25 Thread Peter Eisentraut
;`" = x Are we talking 7.0.1 material, btw? -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] PostgreSQL7.0 bug? make install doesN'T run at all

2000-05-28 Thread Peter Eisentraut
re-run initdb, then `gdb /path/to/postgres /path/to/core'. Thanks. initdb failed. Removing /home/SQL/sdp. Removing temp file /tmp/initdb.973. ********* -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] createdb -- alternate locations

2000-05-28 Thread Peter Eisentraut
. Not ideal, I know, but we're working on it. the last command failed with this error: "The database path 'PGDATA2' in invalid. This may be due to a character that is not allowed or because the chosen path isn't permitted for databases" -- Peter Eisentraut Sernanders

Re: [GENERAL] Creating new user in vers 7.02 and pgaccess

2000-05-28 Thread Peter Eisentraut
reported the query parsing error. You need to write CREATE USER name WITH PASSWORD 'password here'. Note the single quotes, that has changed. pgaccess hasn't caught up with that yet but it will be okay in the 7.0.1 release. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL

Re: [GENERAL] pg_hba.conf and password/crypt authorization

2000-05-31 Thread Peter Eisentraut
ny other non-privelegded user. In a fresh installation the database users don't have passwords yet, so you must give them some first. (ALTER USER xxx WITH PASSWORD 'yyy'). -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] Any monitor programs?

2000-06-03 Thread Peter Eisentraut
Kari Lempiainen writes: Are there any monitor programs for administrator to find out what operations are in progress `ps' should work on many systems. and possibly killing deadlocking queries? Truly "deadlocked" queries kill themselves, btw. -- Peter

Re: [GENERAL] Problems with Large Databases

2000-06-03 Thread Peter Eisentraut
, defining an index and querying it a bunch of times. At that point I believe the file system will be at least as much of a problem. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] child table doesn't inherit PRIMARY KEY?

2000-06-03 Thread Peter Eisentraut
Louis-David Mitterrand writes: When creating a child (through CREATE TABLE ... INHERIT (parent)) it seems the child gets all of the parent's contraints _except_ its PRIMARY KEY. Is this normal? It's kind of a bug. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED

Re: [GENERAL] Installing clients (psql) only

2000-06-18 Thread Peter Eisentraut
f Postgres on their client boxes? Using RPMs is also popular, if applicable. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

RE: [GENERAL] boolean isn't boolean?

2000-06-24 Thread Peter Eisentraut
ich turned out to be ISO/IEC 9075:1999, which is what I quoted. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] boolean isn't boolean?

2000-06-24 Thread Peter Eisentraut
it's there. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] Nested transactions

2000-07-03 Thread Peter Eisentraut
On Mon, 26 Jun 2000, Andrea Aime wrote: does postgres support nested transactions? No. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

[GENERAL] Re: [HACKERS] proposed improvements to PostgreSQL license

2000-07-03 Thread Peter Eisentraut
e State of XXX" attached to it. Until they realize that the laws of Virginia don't apply to them. Or to Canada, where hub.org is located these days. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] proposed improvements to PostgreSQL license

2000-07-07 Thread Peter Eisentraut
and what we can't. Most people in the "business community" have no such interest, But some do and there's no point in stopping them. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] Slashdot discussion

2000-07-10 Thread Peter Eisentraut
invariably tell that they are using MySQL because it's easier to install, and that PostgreSQL is difficult ("a pain") to install. I've studied the MySQL installation instructions, and they don't strike me as inherently simpler. Is it only perception, or what can we do better?

Re: [GENERAL] Re: [NOVICE] newbie problem on creating table

2000-07-12 Thread Peter Eisentraut
nforce that restriction; I'll see about fixing that oversight for 7.1. Create User does, but initdb doesn't. -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

Re: [GENERAL] Quoting routines in libpq

2000-07-17 Thread Peter Eisentraut
Denis Perchine writes: Just a small question: why there is not any quoting routine in libpq. Can you give an example of what it should do? -- Peter Eisentraut Sernanders väg 10:115 [EMAIL PROTECTED] 75262 Uppsala http://yi.org/peter-e/Sweden

RE: [GENERAL] Describe structure.

2000-07-25 Thread Peter Eisentraut
Wilkinson Charlie E writes: While we're on the topic, can someone tell me where '\d *' went, and what to use instead? That particular command seems to have disappeared in PG7. Hmm, that must have been me. What did it do? Describe all tables at once? -- Peter Eisentraut

Re: [GENERAL] ROLLBACK automatically

2000-07-25 Thread Peter Eisentraut
able, which is certainly dumb, but legal. But then we still don't comply because we don't execute the rollback automatically but instead hang in some sort of "invalid" state. There is certainly big demand for getting rid of this restriction though, but the code changes could e

Re: [GENERAL] Hints about how to debug pg_dump problem?

2000-07-25 Thread Peter Eisentraut
independantly, and see where the error occurs. P.S. I assume you are using the pg_dump that came with 7.0.2 or earlier. If it's 7.0.2 you can run psql with -f (instead of ) and with `-V ON_ERROR_STOP=on' to get error messages with line numbers and immediate exit if an error occurs. -- Peter

Re: [GENERAL] binary operators on integers

2000-09-18 Thread Peter Eisentraut
hard. You could use shortint fields, or char(1)'s if you are not that concerned about space. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] binary operators on integers

2000-09-19 Thread Peter Eisentraut
Marko Kreen writes: But now I am only curious: Will PostgreSQL support binary arithmetics on ordinary integers someday or is the 'bit-string' only way to go? AFAIK, there's no one working on the former. Feel free to contribute. :-) -- Peter Eisentraut [EMAIL PROTECTED] http

Re: [GENERAL] Psql Question

2000-09-19 Thread Peter Eisentraut
the following errors : ERROR: parser: parse error at or near "," PostgreSQL doesn't support this syntax (yet). You need to split it into two INSERT commands. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] CAST

2000-09-28 Thread Peter Eisentraut
using an explicit cast CAST(3.5 as numeric) -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] Redhat 7 and PgSQL

2000-09-29 Thread Peter Eisentraut
, and incidentally, Philip Warner has been doing just that. But claiming that you can't upgrade is painting over what might rather be a deficiency in the RPM mechanism, ISTM. Why can't you have a spec file like this: %preupgrade pg_dumpall somewhere %postupgrade ... psql -f somewhere -- Peter Eisentraut

Re: [HACKERS] My new job

2000-10-10 Thread Peter Eisentraut
. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] Some advanced database features, are they present inPostgreSQL

2000-10-10 Thread Peter Eisentraut
That has been available for quite a while. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] Installation problem

2000-10-10 Thread Peter Eisentraut
-linux. To proceed anyway, use --host=value with configure. But you probably won't get far without a compiler anyway. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

[GENERAL] Re: [HACKERS] postgresql 7.1

2000-10-12 Thread Peter Eisentraut
Martin A. Marques writes: How far are we from seeing the version 7.1 out? Beta is supposed to be November 1st. Personally, I'm putting my chips on a February 1st release. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] dump vs dumpall

2000-10-16 Thread Peter Eisentraut
writes out that the password authentication on postgres failed. pg_dumpall doesn't work very well at all with password authentication. You might be better off temporarily using some other mechanism. (E.g., use the Unix socket with "trust", but change the permissions on the socket itself.)

Re: [GENERAL] Compiling JDBC Driver

2000-10-17 Thread Peter Eisentraut
Rick Roberts writes: What's the trick to getting it to compile? I'm on Linux 6.2, using JDBC2. cat src/interfaces/jdbc/README -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] too many clients?

2000-10-18 Thread Peter Eisentraut
do that? ps ax or ps -e might work on your platform. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] OID and joins

2000-10-18 Thread Peter Eisentraut
created. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] please help me with arrays

2000-10-22 Thread Peter Eisentraut
this you better redesign your database schema to make "slots" a separate table. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] pgaccess

2000-11-24 Thread Peter Eisentraut
are under the OpenBSD OS. Do I need X-client on my server ? You probably mean X server (since pgaccess would be the "X client"), but no, you don't need any X on your server host. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: SV: [GENERAL] Table whose name has Capital letters

2000-11-24 Thread Peter Eisentraut
lls in src/backend/parser/scan.l. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] Increasing the number of semaphores on FreeBSD 4.1(clarification)

2000-11-10 Thread Peter Eisentraut
ould I set them to? Is there any way to figure it out based on load, etc? Also, are there detrimental effects to setting them too high? This may help: http://www.postgresql.org/devel-corner/docs/admin/kernel-resources.htm -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] Running several postmaster using same database inparallel

2000-11-23 Thread Peter Eisentraut
it, but that still doesn't mean that your data is going to survive this. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] Bug? 'psql -l' in pg_ctl?

2000-11-26 Thread Peter Eisentraut
GH writes: Either way, any suggestions? Personally, I don't trust pg_ctl farther than I can throw it. Consider not using it. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] Changing row limit...

2000-11-19 Thread Peter Eisentraut
Steve Ackerman writes: Has the row limit setting been moved in 7.0.3? No -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [GENERAL] pgaccess

2000-11-23 Thread Peter Eisentraut
th "Thus ...", perhaps there's a misunderstanding. By the way, what do I need on the client side to use pgaccess ? Tcl/Tk -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

  1   2   3   4   5   6   7   8   9   10   >