Re: [pgadmin-support] Debian Etch packaging problem?

2007-07-19 Thread Richard Huxton
Raphaël Enrici wrote: Richard Huxton a écrit : Regarding pgadmin3-data File on mirror(s) = 2722978 bytes Size in "Packages"/apt-cache show = 2722412 Hello Richard, when did that begin? I've reworked on the repository this week end to add signing I may have done something wrong. I noticed i

Re: [pgadmin-support] Debian Etch packaging problem?

2007-07-19 Thread Raphaël Enrici
Richard Huxton a écrit : Regarding pgadmin3-data File on mirror(s) = 2722978 bytes Size in "Packages"/apt-cache show = 2722412 Obviously this causes an error: Failed to fetch ftp://ftp2.uk.postgresql.org/sites/ftp.postgresql.org/pgadmin3/release/debian/dists/etch/pgadmin/binary-all/misc/pgadmin

[pgadmin-support] public schema not prefixed / copy + paste adds newline

2007-07-19 Thread Kieran McCusker
Hi Both these issues are also present in the 1.6 series :- public schema prefix not added to any scripts === This exists in 1.6 as well, but if you have a login that is also the name of a schema and you edit a public anything using CREATE script then "public." is not a

Re: [pgadmin-support] public schema not prefixed / copy + paste adds newline

2007-07-19 Thread Dave Page
Kieran McCusker wrote: > Hi > > Both these issues are also present in the 1.6 series :- > > public schema prefix not added to any scripts > === > > This exists in 1.6 as well, but if you have a login that is also the > name of a schema and you edit a public anything using

Re: [pgadmin-support] public schema not prefixed / copy + paste adds newline

2007-07-19 Thread Dave Page
Kieran McCusker wrote: > Dave > > I am logged on as user portal and there is a schema portal, select > current_schemas(false) reports {portal,public} my default schema is public. > Does this give you a clue? What does show search_path; return (exactly - spelling, case, quoting etc)? Regards, D