Re: [ADMIN] CREATE TABLE privilege - will it be implemented?

2002-02-18 Thread Karel Zak
On Sat, Feb 16, 2002 at 09:19:18PM -0500, Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > It has been submitted as a patch was delayed because we were going to > > overhaul the entire permission system. What has happened is that > > release after release has been made with no rede

Re: [ADMIN] CREATE TABLE privilege - will it be implemented?

2002-02-18 Thread Heni Lolov
--- Karel Zak <[EMAIL PROTECTED]> wrote: > On Sat, Feb 16, 2002 at 09:19:18PM -0500, Tom Lane > wrote: > > Bruce Momjian <[EMAIL PROTECTED]> writes: > > > It has been submitted as a patch was delayed > because we were going to > > > overhaul the entire permission system. What has > happened is t

[ADMIN] problems with enconding (another...)

2002-02-18 Thread Manuel Trujillo
Hi. With the libpq implementation in PHP4, the last week, we can use the "enconding" force in a connection with php. But I don't know why, now is impossible to change a "encoding" in a connection. I don't change anything in the DB ¿?. In SQL (via psql name_db), is possible to change the encoding.

[ADMIN] Where do you find the plugin for the Database Migration Wizard

2002-02-18 Thread Pam Wampler
Where can I find the pgadmin plugin for the Database Migration Wizard? Thanks Pam Wampler ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html

[ADMIN] Programming for PostgreSQL

2002-02-18 Thread Liam DeMasi
I am new to database development and programming and administration. I am using PostgreSQL 7.1.3. I am trying to run a simple program to insert data into a database. I am having a problem compiling the program. I am following directions from Bruce Momjian's book called "PostgreSQL Introduction a

Re: [ADMIN] user to database restriction?

2002-02-18 Thread Naomi Walker
What about through pg_hba.conf? We've set it up so to connect to a database, you must be in pg_pwd (through pg_passwd), and know the passwd. I will mention, that pg_pwd should not be clear text. Any plan to encrypt it? At 06:12 PM 2/10/02 -0600, Chris Ruprecht wrote: >Jon, > >the only way I

Re: [ADMIN] Programming for PostgreSQL

2002-02-18 Thread Bruce Momjian
Liam DeMasi wrote: > I am new to database development and programming and administration. I am > using PostgreSQL 7.1.3. > > I am trying to run a simple program to insert data into a database. > > I am having a problem compiling the program. I am following directions from > Bruce Momjian's book

[ADMIN] User Defined Function

2002-02-18 Thread Marco Tulio
Hi, If I create a user defined function, and use it in a CHECK statment when I create a table, its works fine. But if I need recreate this function, the table can´t anymore accept data, because can´t locate the function. I can´t recreate the table, or I´ll lost data. (ok, I can make a dump,

Re: [ADMIN] restore whoes

2002-02-18 Thread Chad R. Larson
At 01:42 PM 2/11/2002 , Tom Lane wrote: >It's not ideal, certainly, but I think it's preferable to continuing to >get burned every time a pg_dump file comes within hailing distance of Windoze. Perhaps something along this line would be useful. /* ftpfix.c - ASCII to binary fixup - 1.2 */ /*

Re: [ADMIN] Restore Question

2002-02-18 Thread Chad R. Larson
At 02:36 PM 2/8/2002 , Chris Ruprecht wrote: >In the old days, before editors where written is such a way that they suck >all the data into their buffer all at once, we had stuff which only loaded >so-and-so many KB at a time. Is there still something like that out there >which is safe to use w

Re: [ADMIN] User Defined Function

2002-02-18 Thread Stephan Szabo
On Mon, 18 Feb 2002, Marco Tulio wrote: > Hi, > > If I create a user defined function, and use it in a > CHECK statment when I create a table, its works fine. > > But if I need recreate this function, the table can´t > anymore accept data, because can´t locate the function. > > I can´t recreate

[ADMIN] Problem

2002-02-18 Thread Raghav Suryam.K
Hello Sir, I am trying to install Postgresql-7.2 on Windows 2000. As per requirement I have downloaded the Cygwin and Cygipc packages. I have also been successful in starting ipc-daemon service. But when I am giving './configure'   I am geting following message   "loading cache ./co