[squeak-dev] Re: Status of PostgresV3

Stephan Eggermont stephan at stack.nl
Wed Oct 1 16:07:53 UTC 2014


>YourSchemaMirror class >> schema
>
>    ^’schema_name’
>
>Schema mirrors mirror the functions in your database and provide an interface to call them. There is a little tool to inspect the >differences between the methods of the schema mirror and the functions in the database, which can be invoked by:
>
>YourSchemaMirror browseChanges

The default schema that was created is 'public'.

When trying to browseChanges on that, I get back
a 'function array_accum(text) does not exist' in a 
Pg3ErrorResponse. (Postgres 9.3.5 on Mac 10.7.5)

Stephan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20141001/f0a63596/attachment.htm


More information about the Squeak-dev mailing list