Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PostgreSQLDataSource.php #20

Closed
wants to merge 1 commit into from
Closed

Update PostgreSQLDataSource.php #20

wants to merge 1 commit into from

Conversation

r-da
Copy link

@r-da r-da commented Jan 11, 2019

I have added a function setSchema($schema) to give the possibility of choosing the postgres schema before the query.

Example:

    $this->src('mypostgres')
        ->setSchema('myschema')
        ->query(/* a query */)
        ->pipe(/* .. */);

Added a function setSchema($schema) to give the possibility of choosing the postgres schema before the query.
Example:
```php
        $this->src('mypostgres')
            ->setSchema('myschema')
            ->query(/* a query */)
            ->pipe(/* .. */);
```
@r-da r-da closed this by deleting the head repository Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant