CVS Commit by dpage: Use schema 'pgadmin' as PostgreSQL makes it - Mailing list pgadmin-hackers

From cvs@developer.pgadmin.org
Subject CVS Commit by dpage: Use schema 'pgadmin' as PostgreSQL makes it
Date
Msg-id 200502262142.j1QLgDPK027861@developer.pgadmin.org
Whole thread Raw
Responses Re: CVS Commit by dpage: Use schema 'pgadmin' as  (Raphaël Enrici <blacknoz@club-internet.fr>)
List pgadmin-hackers
Log Message:
-----------
Use schema 'pgadmin' as PostgreSQL makes it difficult to create schemas starting with pg_.
Remove dependencies on oids. (Basically untested at this time)

Modified Files:
--------------
    pgagent:
        pgagent.sql (r1.2 -> r1.3)
    pgagent/src:
        connection.cpp (r1.1 -> r1.2)
        job.cpp (r1.2 -> r1.3)
        pgAgent.cpp (r1.2 -> r1.3)
        pgAgent.dsp (r1.3 -> r1.4)
    pgagent/src/include:
        connection.h (r1.1 -> r1.2)
        job.h (r1.1 -> r1.2)


Attachment

pgadmin-hackers by date:

Previous
From: cvs@developer.pgadmin.org
Date:
Subject: CVS Commit by dpage: Update configuration for wxWidgets 2.5.4, and
Next
From: Raphaël Enrici
Date:
Subject: Re: CVS Commit by dpage: Use schema 'pgadmin' as