> On 23 January 2016 at 04:40, John J. Turner wrote:
> On Jan 22, 2016, at 1:05 PM, ivo silvestre wrote:
>
> > I need to create a linked server between 2 Windows servers. In one I've
> > PostgreSQL with admin privileges and in the other MS SQL with only read
>
On Jan 22, 2016, at 1:05 PM, ivo silvestre wrote:
> I need to create a linked server between 2 Windows servers. In one I've
> PostgreSQL with admin privileges and in the other MS SQL with only read
> access.
>
> I need to create a view (or a foreign table?) in PostgreSQL from a table in
> MS
On Nov 28, 2015, at 1:35 PM, Sterpu Victor wrote:
> Hello
>
> Can I make a distinct STRING_AGG?
> This is my query :
> SELECT atjs.id, STRING_AGG(CAST(aqjs1.id AS VARCHAR), ',' ORDER BY
> aqjs1.to_left) AS children
> FROM administration.ad_query_join_select atjs
> JOIN administration.ad_query
On Oct 29, 2015, at 6:14 AM, Killian Driscoll wrote:
> I am using postgresql 9.3 on Windows 8 64, and am using Access as a frontend
> data entry. In postgresql I have changed the schema from 'public' to 'irll'.
> The linked table in Access are still linked as 'public' and I need to
> update/cha